Color Hex Logo

#cae56b Color Hex

#CAE56B
(202,229,107)
0 Favorites   0 Comments

Color spaces of #cae56b

RGB 202229107
HSL0.200.700.66
HSV73°53°90°
CMYK 0.120.000.53   0.10
XYZ55.030369.656724.4546
Yxy69.65670.36900.4671
Hunter Lab83.4606-28.360941.0500
CIE-Lab86.8282-26.492155.7190

#cae56b color RGB value is (202,229,107).

#cae56b hex color red value is 202, green value is 229 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cae56b hue: 0.20 , saturation: 0.70 and the lightness value of cae56b is 0.66.

The process color (four color CMYK) of #cae56b color hex is 0.12, 0.00, 0.53, 0.10. Web safe color of #cae56b is #cccc66. Color #cae56b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 01101011
Octal 312 345 153
Decimal 202 229 107
Hex CA E5 6B

RGB Percentages of Color #cae56b

%37.55
%42.57
%19.89

CMYK Percentages of Color #cae56b

%12
%0
%53
%10

Triadic Colors of #cae56b

#cae56b #6bcae5 #e56bca

Analogous Colors of #cae56b

#cae56b #8de56b #e5c36b

Monochromatic Colors of #cae56b

#cae56b

Complementary Color

#cae56b #866be5

#cae56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae56b Color CSS Codes

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

#cae56b Text Font Color

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

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


#cae56b Background Color

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

This div background color is #cae56b


#cae56b Border Color

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

This div border color is #cae56b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,229,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cae56b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cae56b;
  -webkit-box-shadow: 1px 1px 3px 2px #cae56b;
  box-shadow:         1px 1px 3px 2px #cae56b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,229,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae56b


Comments

No comments written yet.

Please login to write comment.