Color Hex Logo

#cbe05a Color Hex

#CBE05A
(203,224,90)
0 Favorites   0 Comments

Color spaces of #cbe05a

RGB 20322490
HSL0.190.680.62
HSV69°60°88°
CMYK 0.090.000.60   0.12
XYZ53.129766.746019.7559
Yxy66.74600.38050.4780
Hunter Lab81.6982-26.890442.8515
CIE-Lab85.3755-25.084461.5604

#cbe05a color RGB value is (203,224,90).

#cbe05a hex color red value is 203, green value is 224 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cbe05a hue: 0.19 , saturation: 0.68 and the lightness value of cbe05a is 0.62.

The process color (four color CMYK) of #cbe05a color hex is 0.09, 0.00, 0.60, 0.12. Web safe color of #cbe05a is #cccc66. Color #cbe05a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 01011010
Octal 313 340 132
Decimal 203 224 90
Hex CB E0 5A

RGB Percentages of Color #cbe05a

%39.26
%43.33
%17.41

CMYK Percentages of Color #cbe05a

%9
%0
%60
%12

Triadic Colors of #cbe05a

#cbe05a #5acbe0 #e05acb

Analogous Colors of #cbe05a

#cbe05a #88e05a #e0b25a

Monochromatic Colors of #cbe05a

#cbe05a

Complementary Color

#cbe05a #6f5ae0

#cbe05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe05a Color CSS Codes

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

#cbe05a Text Font Color

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

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


#cbe05a Background Color

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

This div background color is #cbe05a


#cbe05a Border Color

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

This div border color is #cbe05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe05a


Comments

No comments written yet.

Please login to write comment.