color codes Logo

#bae611 color codes

#BAE611
(186,230,17)
0 Favorites   0 Comments

Color spaces of #bae611

RGB 18623017
HSL0.200.860.48
HSV72°93°90°
CMYK 0.190.000.93   0.10
XYZ48.647767.073210.9127
Yxy67.07320.38420.5297
Hunter Lab81.8982-37.292649.4285
CIE-Lab85.5409-37.721182.1694

#bae611 color RGB value is (186,230,17).

#bae611 hex color red value is 186, green value is 230 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bae611 hue: 0.20 , saturation: 0.86 and the lightness value of bae611 is 0.48.

The process color (four color CMYK) of #bae611 color code is 0.19, 0.00, 0.93, 0.10. Web safe color of #bae611 is #ccff00. Color #bae611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 00010001
Octal 272 346 21
Decimal 186 230 17
Hex BA E6 11

RGB Percentages of Color #bae611

%42.96
%53.12
%3.93

CMYK Percentages of Color #bae611

%19
%0
%93
%10

Triadic Colors of #bae611

#bae611 #11bae6 #e611ba

Analogous Colors of #bae611

#bae611 #50e611 #e6a811

Monochromatic Colors of #bae611

#bae611

Complementary Color

#bae611 #3d11e6

#bae611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae611 Color CSS Codes

.mybgcolor {background-color:#bae611; } 
.myforecolor {color:#bae611; }
.mybordercolor {border:3px solid #bae611; }

#bae611 Text Font Color

<p style="color:#bae611">Text here</p>

This sample text font color is #bae611
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bae611 Background Color

<div style="background-color:#bae611">
Div content here</div>

This div background color is #bae611


#bae611 Border Color

<div style="border:3px solid #bae611">
Div here</div>

This div border color is #bae611


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,230,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bae611; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bae611;
  -webkit-box-shadow: 1px 1px 3px 2px #bae611;
  box-shadow:         1px 1px 3px 2px #bae611; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,230,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bae611">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bae611;
  -webkit-box-shadow: 1px 1px 3px 2px #bae611;
  box-shadow:         1px 1px 3px 2px #bae611;">
Div content here</div>

This div box has shadow with color #bae611


Comments

No comments written yet.

Please login to write comment.