Color Hex Logo

#cae93b Color Hex

#CAE93B
(202,233,59)
0 Favorites   0 Comments

Color spaces of #cae93b

RGB 20223359
HSL0.200.800.57
HSV71°75°91°
CMYK 0.130.000.75   0.09
XYZ54.285571.150215.0099
Yxy71.15020.38650.5066
Hunter Lab84.3506-32.736348.4949
CIE-Lab87.5579-31.526175.2318

#cae93b color RGB value is (202,233,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101001 00111011
Octal 312 351 73
Decimal 202 233 59
Hex CA E9 3B

RGB Percentages of Color #cae93b

%40.89
%47.17
%11.94

CMYK Percentages of Color #cae93b

%13
%0
%75
%9

Triadic Colors of #cae93b

#cae93b #3bcae9 #e93bca

Analogous Colors of #cae93b

#cae93b #73e93b #e9b13b

Monochromatic Colors of #cae93b

#cae93b

Complementary Color

#cae93b #5a3be9

#cae93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae93b Color CSS Codes

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

#cae93b Text Font Color

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

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


#cae93b Background Color

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

This div background color is #cae93b


#cae93b Border Color

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

This div border color is #cae93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae93b


Comments

No comments written yet.

Please login to write comment.