Color Hex Logo

#cafdd7 Color Hex

#CAFDD7
(202,253,215)
0 Favorites   0 Comments

Color spaces of #cafdd7

RGB 202253215
HSL0.380.930.89
HSV135°20°99°
CMYK 0.200.000.15   0.01
XYZ71.748187.713477.4388
Yxy87.71340.30290.3703
Hunter Lab93.6554-27.150716.5350
CIE-Lab95.0401-23.360012.9247

#cafdd7 color RGB value is (202,253,215).

#cafdd7 hex color red value is 202, green value is 253 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #cafdd7 hue: 0.38 , saturation: 0.93 and the lightness value of cafdd7 is 0.89.

The process color (four color CMYK) of #cafdd7 color hex is 0.20, 0.00, 0.15, 0.01. Web safe color of #cafdd7 is #ccffcc. Color #cafdd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111101 11010111
Octal 312 375 327
Decimal 202 253 215
Hex CA FD D7

RGB Percentages of Color #cafdd7

%30.15
%37.76
%32.09

CMYK Percentages of Color #cafdd7

%20
%0
%15
%1

Triadic Colors of #cafdd7

#cafdd7 #d7cafd #fdd7ca

Analogous Colors of #cafdd7

#cafdd7 #cafdf1 #d7fdca

Monochromatic Colors of #cafdd7

#cafdd7

Complementary Color

#cafdd7 #fdcaf0

#cafdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafdd7 Color CSS Codes

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

#cafdd7 Text Font Color

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

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


#cafdd7 Background Color

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

This div background color is #cafdd7


#cafdd7 Border Color

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

This div border color is #cafdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafdd7


Comments

No comments written yet.

Please login to write comment.