Color Hex Logo

#cbe45a Color Hex

#CBE45A
(203,228,90)
0 Favorites   0 Comments

Color spaces of #cbe45a

RGB 20322890
HSL0.200.720.62
HSV71°61°89°
CMYK 0.110.000.61   0.11
XYZ54.217568.921520.1185
Yxy68.92150.37850.4811
Hunter Lab83.0190-28.709643.7452
CIE-Lab86.4652-26.989162.7506

#cbe45a color RGB value is (203,228,90).

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

The process color (four color CMYK) of #cbe45a color hex is 0.11, 0.00, 0.61, 0.11. Web safe color of #cbe45a is #cccc66. Color #cbe45a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 01011010
Octal 313 344 132
Decimal 203 228 90
Hex CB E4 5A

RGB Percentages of Color #cbe45a

%38.96
%43.76
%17.27

CMYK Percentages of Color #cbe45a

%11
%0
%61
%11

Triadic Colors of #cbe45a

#cbe45a #5acbe4 #e45acb

Analogous Colors of #cbe45a

#cbe45a #86e45a #e4b85a

Monochromatic Colors of #cbe45a

#cbe45a

Complementary Color

#cbe45a #735ae4

#cbe45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe45a Color CSS Codes

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

#cbe45a Text Font Color

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

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


#cbe45a Background Color

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

This div background color is #cbe45a


#cbe45a Border Color

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

This div border color is #cbe45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe45a


Comments

No comments written yet.

Please login to write comment.