Color Hex Logo

#cbee6a Color Hex

#CBEE6A
(203,238,106)
0 Favorites   0 Comments

Color spaces of #cbee6a

RGB 203238106
HSL0.210.800.67
HSV76°55°93°
CMYK 0.150.000.55   0.07
XYZ57.804774.886225.0435
Yxy74.88620.36650.4748
Hunter Lab86.5368-32.205343.4174
CIE-Lab89.3397-30.428559.0809

#cbee6a color RGB value is (203,238,106).

#cbee6a hex color red value is 203, green value is 238 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cbee6a hue: 0.21 , saturation: 0.80 and the lightness value of cbee6a is 0.67.

The process color (four color CMYK) of #cbee6a color hex is 0.15, 0.00, 0.55, 0.07. Web safe color of #cbee6a is #ccff66. Color #cbee6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 01101010
Octal 313 356 152
Decimal 203 238 106
Hex CB EE 6A

RGB Percentages of Color #cbee6a

%37.11
%43.51
%19.38

CMYK Percentages of Color #cbee6a

%15
%0
%55
%7

Triadic Colors of #cbee6a

#cbee6a #6acbee #ee6acb

Analogous Colors of #cbee6a

#cbee6a #89ee6a #eecf6a

Monochromatic Colors of #cbee6a

#cbee6a

Complementary Color

#cbee6a #8d6aee

#cbee6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbee6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbee6a Color CSS Codes

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

#cbee6a Text Font Color

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

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


#cbee6a Background Color

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

This div background color is #cbee6a


#cbee6a Border Color

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

This div border color is #cbee6a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,238,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbee6a


Comments

No comments written yet.

Please login to write comment.