Color Hex Logo

#cae85d Color Hex

#CAE85D
(202,232,93)
0 Favorites   0 Comments

Color spaces of #cae85d

RGB 20223293
HSL0.200.750.64
HSV73°60°91°
CMYK 0.130.000.60   0.09
XYZ55.189571.060121.1631
Yxy71.06010.37440.4820
Hunter Lab84.2972-30.655744.1230
CIE-Lab87.5142-29.047562.6209

#cae85d color RGB value is (202,232,93).

#cae85d hex color red value is 202, green value is 232 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cae85d hue: 0.20 , saturation: 0.75 and the lightness value of cae85d is 0.64.

The process color (four color CMYK) of #cae85d color hex is 0.13, 0.00, 0.60, 0.09. Web safe color of #cae85d is #ccff66. Color #cae85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 01011101
Octal 312 350 135
Decimal 202 232 93
Hex CA E8 5D

RGB Percentages of Color #cae85d

%38.33
%44.02
%17.65

CMYK Percentages of Color #cae85d

%13
%0
%60
%9

Triadic Colors of #cae85d

#cae85d #5dcae8 #e85dca

Analogous Colors of #cae85d

#cae85d #85e85d #e8c15d

Monochromatic Colors of #cae85d

#cae85d

Complementary Color

#cae85d #7b5de8

#cae85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae85d Color CSS Codes

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

#cae85d Text Font Color

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

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


#cae85d Background Color

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

This div background color is #cae85d


#cae85d Border Color

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

This div border color is #cae85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae85d


Comments

No comments written yet.

Please login to write comment.