Color Hex Logo

#caf2a4 Color Hex

#CAF2A4
(202,242,164)
0 Favorites   0 Comments

Color spaces of #caf2a4

RGB 202242164
HSL0.250.750.80
HSV91°32°95°
CMYK 0.170.000.32   0.05
XYZ62.810178.741247.0101
Yxy78.74120.33310.4176
Hunter Lab88.7362-28.940930.7051
CIE-Lab91.1171-26.199333.5234

#caf2a4 color RGB value is (202,242,164).

#caf2a4 hex color red value is 202, green value is 242 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #caf2a4 hue: 0.25 , saturation: 0.75 and the lightness value of caf2a4 is 0.80.

The process color (four color CMYK) of #caf2a4 color hex is 0.17, 0.00, 0.32, 0.05. Web safe color of #caf2a4 is #ccff99. Color #caf2a4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 10100100
Octal 312 362 244
Decimal 202 242 164
Hex CA F2 A4

RGB Percentages of Color #caf2a4

%33.22
%39.80
%26.97

CMYK Percentages of Color #caf2a4

%17
%0
%32
%5

Triadic Colors of #caf2a4

#caf2a4 #a4caf2 #f2a4ca

Analogous Colors of #caf2a4

#caf2a4 #a4f2a5 #f1f2a4

Monochromatic Colors of #caf2a4

#caf2a4

Complementary Color

#caf2a4 #cca4f2

#caf2a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf2a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf2a4 Color CSS Codes

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

#caf2a4 Text Font Color

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

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


#caf2a4 Background Color

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

This div background color is #caf2a4


#caf2a4 Border Color

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

This div border color is #caf2a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf2a4


Comments

No comments written yet.

Please login to write comment.