Color Hex Logo

#caf9df Color Hex

#CAF9DF
(202,249,223)
0 Favorites   0 Comments

Color spaces of #caf9df

RGB 202249223
HSL0.410.800.88
HSV147°19°98°
CMYK 0.190.000.10   0.02
XYZ71.552185.635682.5702
Yxy85.63560.29840.3572
Hunter Lab92.5395-23.926911.8750
CIE-Lab94.1563-19.96547.5417

#caf9df color RGB value is (202,249,223).

#caf9df hex color red value is 202, green value is 249 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #caf9df hue: 0.41 , saturation: 0.80 and the lightness value of caf9df is 0.88.

The process color (four color CMYK) of #caf9df color hex is 0.19, 0.00, 0.10, 0.02. Web safe color of #caf9df is #ccffcc. Color #caf9df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 11011111
Octal 312 371 337
Decimal 202 249 223
Hex CA F9 DF

RGB Percentages of Color #caf9df

%29.97
%36.94
%33.09

CMYK Percentages of Color #caf9df

%19
%0
%10
%2

Triadic Colors of #caf9df

#caf9df #dfcaf9 #f9dfca

Analogous Colors of #caf9df

#caf9df #caf9f7 #cdf9ca

Monochromatic Colors of #caf9df

#caf9df

Complementary Color

#caf9df #f9cae4

#caf9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf9df Color CSS Codes

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

#caf9df Text Font Color

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

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


#caf9df Background Color

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

This div background color is #caf9df


#caf9df Border Color

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

This div border color is #caf9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf9df

Related Colors


Comments

No comments written yet.

Please login to write comment.