Color Hex Logo

#cbee5a Color Hex

#CBEE5A
(203,238,90)
0 Favorites   0 Comments

Color spaces of #cbee5a

RGB 20323890
HSL0.210.810.64
HSV74°62°93°
CMYK 0.150.000.62   0.07
XYZ57.048674.583821.0622
Yxy74.58380.37360.4885
Hunter Lab86.3619-33.220545.9935
CIE-Lab89.1977-31.671765.7078

#cbee5a color RGB value is (203,238,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 01011010
Octal 313 356 132
Decimal 203 238 90
Hex CB EE 5A

RGB Percentages of Color #cbee5a

%38.23
%44.82
%16.95

CMYK Percentages of Color #cbee5a

%15
%0
%62
%7

Triadic Colors of #cbee5a

#cbee5a #5acbee #ee5acb

Analogous Colors of #cbee5a

#cbee5a #81ee5a #eec75a

Monochromatic Colors of #cbee5a

#cbee5a

Complementary Color

#cbee5a #7d5aee

#cbee5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbee5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbee5a Color CSS Codes

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

#cbee5a Text Font Color

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

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


#cbee5a Background Color

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

This div background color is #cbee5a


#cbee5a Border Color

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

This div border color is #cbee5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbee5a


Comments

No comments written yet.

Please login to write comment.