Color Hex Logo

#bae666 Color Hex

#BAE666
(186,230,102)
0 Favorites   0 Comments

Color spaces of #bae666

RGB 186230102
HSL0.220.720.65
HSV81°56°90°
CMYK 0.190.000.56   0.10
XYZ50.944867.992023.0091
Yxy67.99200.35890.4790
Hunter Lab82.4573-34.017141.1756
CIE-Lab86.0024-33.512056.7394

#bae666 color RGB value is (186,230,102).

#bae666 hex color red value is 186, green value is 230 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bae666 hue: 0.22 , saturation: 0.72 and the lightness value of bae666 is 0.65.

The process color (four color CMYK) of #bae666 color hex is 0.19, 0.00, 0.56, 0.10. Web safe color of #bae666 is #ccff66. Color #bae666 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 01100110
Octal 272 346 146
Decimal 186 230 102
Hex BA E6 66

RGB Percentages of Color #bae666

%35.91
%44.40
%19.69

CMYK Percentages of Color #bae666

%19
%0
%56
%10

Triadic Colors of #bae666

#bae666 #66bae6 #e666ba

Analogous Colors of #bae666

#bae666 #7ae666 #e6d266

Monochromatic Colors of #bae666

#bae666

Complementary Color

#bae666 #9266e6

#bae666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae666 Color CSS Codes

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

#bae666 Text Font Color

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

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


#bae666 Background Color

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

This div background color is #bae666


#bae666 Border Color

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

This div border color is #bae666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae666


Comments

No comments written yet.

Please login to write comment.