Color Hex Logo

#cae94b Color Hex

#CAE94B
(202,233,75)
0 Favorites   0 Comments

Color spaces of #cae94b

RGB 20223375
HSL0.200.780.60
HSV72°68°91°
CMYK 0.130.000.68   0.09
XYZ54.766071.342417.5406
Yxy71.34240.38120.4966
Hunter Lab84.4644-32.074946.8124
CIE-Lab87.6511-30.707369.8848

#cae94b color RGB value is (202,233,75).

#cae94b hex color red value is 202, green value is 233 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cae94b hue: 0.20 , saturation: 0.78 and the lightness value of cae94b is 0.60.

The process color (four color CMYK) of #cae94b color hex is 0.13, 0.00, 0.68, 0.09. Web safe color of #cae94b is #ccff33. Color #cae94b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 01001011
Octal 312 351 113
Decimal 202 233 75
Hex CA E9 4B

RGB Percentages of Color #cae94b

%39.61
%45.69
%14.71

CMYK Percentages of Color #cae94b

%13
%0
%68
%9

Triadic Colors of #cae94b

#cae94b #4bcae9 #e94bca

Analogous Colors of #cae94b

#cae94b #7be94b #e9b94b

Monochromatic Colors of #cae94b

#cae94b

Complementary Color

#cae94b #6a4be9

#cae94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae94b Color CSS Codes

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

#cae94b Text Font Color

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

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


#cae94b Background Color

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

This div background color is #cae94b


#cae94b Border Color

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

This div border color is #cae94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae94b


Comments

No comments written yet.

Please login to write comment.