Color Hex Logo

#cae87d Color Hex

#CAE87D
(202,232,125)
0 Favorites   0 Comments

Color spaces of #cae87d

RGB 202232125
HSL0.210.700.70
HSV77°46°91°
CMYK 0.130.000.46   0.09
XYZ56.915471.750530.2515
Yxy71.75050.35810.4515
Hunter Lab84.7057-28.297338.1193
CIE-Lab87.8484-26.184148.5444

#cae87d color RGB value is (202,232,125).

#cae87d hex color red value is 202, green value is 232 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cae87d hue: 0.21 , saturation: 0.70 and the lightness value of cae87d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 01111101
Octal 312 350 175
Decimal 202 232 125
Hex CA E8 7D

RGB Percentages of Color #cae87d

%36.14
%41.50
%22.36

CMYK Percentages of Color #cae87d

%13
%0
%46
%9

Triadic Colors of #cae87d

#cae87d #7dcae8 #e87dca

Analogous Colors of #cae87d

#cae87d #95e87d #e8d17d

Monochromatic Colors of #cae87d

#cae87d

Complementary Color

#cae87d #9b7de8

#cae87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae87d Color CSS Codes

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

#cae87d Text Font Color

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

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


#cae87d Background Color

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

This div background color is #cae87d


#cae87d Border Color

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

This div border color is #cae87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae87d


Comments

No comments written yet.

Please login to write comment.