Color Hex Logo

#bae608 Color Hex

#BAE608
(186,230,8)
0 Favorites   0 Comments

Color spaces of #bae608

RGB 1862308
HSL0.200.930.47
HSV72°97°90°
CMYK 0.190.000.97   0.10
XYZ48.590367.050310.6107
Yxy67.05030.38490.5311
Hunter Lab81.8842-37.375149.6361
CIE-Lab85.5293-37.828783.0145

#bae608 color RGB value is (186,230,8).

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

The process color (four color CMYK) of #bae608 color hex is 0.19, 0.00, 0.97, 0.10. Web safe color of #bae608 is #ccff00. Color #bae608 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 00001000
Octal 272 346 10
Decimal 186 230 8
Hex BA E6 8

RGB Percentages of Color #bae608

%43.87
%54.25
%1.89

CMYK Percentages of Color #bae608

%19
%0
%97
%10

Triadic Colors of #bae608

#bae608 #08bae6 #e608ba

Analogous Colors of #bae608

#bae608 #4be608 #e6a308

Monochromatic Colors of #bae608

#bae608

Complementary Color

#bae608 #3408e6

#bae608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae608 Color CSS Codes

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

#bae608 Text Font Color

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

This sample text font color is #bae608
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.


#bae608 Background Color

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

This div background color is #bae608


#bae608 Border Color

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

This div border color is #bae608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae608


Comments

No comments written yet.

Please login to write comment.