Color Hex Logo

#cafdcc Color Hex

#CAFDCC
(202,253,204)
0 Favorites   0 Comments

Color spaces of #cafdcc

RGB 202253204
HSL0.340.930.89
HSV122°20°99°
CMYK 0.200.000.19   0.01
XYZ70.381587.166770.2421
Yxy87.16670.30900.3827
Hunter Lab93.3631-28.823720.7471
CIE-Lab94.8090-25.272618.2372

#cafdcc color RGB value is (202,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111101 11001100
Octal 312 375 314
Decimal 202 253 204
Hex CA FD CC

RGB Percentages of Color #cafdcc

%30.65
%38.39
%30.96

CMYK Percentages of Color #cafdcc

%20
%0
%19
%1

Triadic Colors of #cafdcc

#cafdcc #cccafd #fdccca

Analogous Colors of #cafdcc

#cafdcc #cafde6 #e2fdca

Monochromatic Colors of #cafdcc

#cafdcc

Complementary Color

#cafdcc #fdcafb

#cafdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafdcc Color CSS Codes

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

#cafdcc Text Font Color

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

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


#cafdcc Background Color

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

This div background color is #cafdcc


#cafdcc Border Color

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

This div border color is #cafdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.