Color Hex Logo

#cbea66 Color Hex

#CBEA66
(203,234,102)
0 Favorites   0 Comments

Color spaces of #cbea66

RGB 203234102
HSL0.210.760.66
HSV74°56°92°
CMYK 0.130.000.56   0.08
XYZ56.449772.501523.5893
Yxy72.50150.37010.4753
Hunter Lab85.1478-30.670143.1778
CIE-Lab88.2094-28.893059.5515

#cbea66 color RGB value is (203,234,102).

#cbea66 hex color red value is 203, green value is 234 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cbea66 hue: 0.21 , saturation: 0.76 and the lightness value of cbea66 is 0.66.

The process color (four color CMYK) of #cbea66 color hex is 0.13, 0.00, 0.56, 0.08. Web safe color of #cbea66 is #ccff66. Color #cbea66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 01100110
Octal 313 352 146
Decimal 203 234 102
Hex CB EA 66

RGB Percentages of Color #cbea66

%37.66
%43.41
%18.92

CMYK Percentages of Color #cbea66

%13
%0
%56
%8

Triadic Colors of #cbea66

#cbea66 #66cbea #ea66cb

Analogous Colors of #cbea66

#cbea66 #89ea66 #eac766

Monochromatic Colors of #cbea66

#cbea66

Complementary Color

#cbea66 #8566ea

#cbea66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbea66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbea66 Color CSS Codes

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

#cbea66 Text Font Color

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

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


#cbea66 Background Color

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

This div background color is #cbea66


#cbea66 Border Color

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

This div border color is #cbea66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,234,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 #cbea66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbea66


Comments

No comments written yet.

Please login to write comment.