Color Hex Logo

#caf5ae Color Hex

#CAF5AE
(202,245,174)
0 Favorites   0 Comments

Color spaces of #caf5ae

RGB 202245174
HSL0.270.780.82
HSV96°29°96°
CMYK 0.180.000.29   0.04
XYZ64.649580.917452.2556
Yxy80.91740.32680.4090
Hunter Lab89.9541-29.132728.5255
CIE-Lab92.0949-26.203729.7841

#caf5ae color RGB value is (202,245,174).

#caf5ae hex color red value is 202, green value is 245 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #caf5ae hue: 0.27 , saturation: 0.78 and the lightness value of caf5ae is 0.82.

The process color (four color CMYK) of #caf5ae color hex is 0.18, 0.00, 0.29, 0.04. Web safe color of #caf5ae is #ccff99. Color #caf5ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 10101110
Octal 312 365 256
Decimal 202 245 174
Hex CA F5 AE

RGB Percentages of Color #caf5ae

%32.53
%39.45
%28.02

CMYK Percentages of Color #caf5ae

%18
%0
%29
%4

Triadic Colors of #caf5ae

#caf5ae #aecaf5 #f5aeca

Analogous Colors of #caf5ae

#caf5ae #aef5b6 #eef5ae

Monochromatic Colors of #caf5ae

#caf5ae

Complementary Color

#caf5ae #d9aef5

#caf5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf5ae Color CSS Codes

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

#caf5ae Text Font Color

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

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


#caf5ae Background Color

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

This div background color is #caf5ae


#caf5ae Border Color

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

This div border color is #caf5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf5ae

#caf5ae Color Palettes


Comments

No comments written yet.

Please login to write comment.