Color Hex Logo

#cafdd6 Color Hex

#CAFDD6
(202,253,214)
0 Favorites   0 Comments

Color spaces of #cafdd6

RGB 202253214
HSL0.370.930.89
HSV134°20°99°
CMYK 0.200.000.15   0.01
XYZ71.620087.662276.7640
Yxy87.66220.30340.3714
Hunter Lab93.6281-27.307116.9289
CIE-Lab95.0185-23.538013.4075

#cafdd6 color RGB value is (202,253,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111101 11010110
Octal 312 375 326
Decimal 202 253 214
Hex CA FD D6

RGB Percentages of Color #cafdd6

%30.19
%37.82
%31.99

CMYK Percentages of Color #cafdd6

%20
%0
%15
%1

Triadic Colors of #cafdd6

#cafdd6 #d6cafd #fdd6ca

Analogous Colors of #cafdd6

#cafdd6 #cafdf0 #d8fdca

Monochromatic Colors of #cafdd6

#cafdd6

Complementary Color

#cafdd6 #fdcaf1

#cafdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafdd6 Color CSS Codes

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

#cafdd6 Text Font Color

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

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


#cafdd6 Background Color

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

This div background color is #cafdd6


#cafdd6 Border Color

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

This div border color is #cafdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafdd6


Comments

No comments written yet.

Please login to write comment.