Color Hex Logo

#caffdd Color Hex

#CAFFDD
(202,255,221)
0 Favorites   0 Comments

Color spaces of #caffdd

RGB 202255221
HSL0.391.000.90
HSV142°21°100°
CMYK 0.210.000.13   0.00
XYZ73.168389.297081.7863
Yxy89.29700.29960.3656
Hunter Lab94.4971-27.158914.8331
CIE-Lab95.7044-23.239010.7898

#caffdd color RGB value is (202,255,221).

#caffdd hex color red value is 202, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #caffdd hue: 0.39 , saturation: 1.00 and the lightness value of caffdd is 0.90.

The process color (four color CMYK) of #caffdd color hex is 0.21, 0.00, 0.13, 0.00. Web safe color of #caffdd is #ccffcc. Color #caffdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11011101
Octal 312 377 335
Decimal 202 255 221
Hex CA FF DD

RGB Percentages of Color #caffdd

%29.79
%37.61
%32.60

CMYK Percentages of Color #caffdd

%21
%0
%13
%0

Triadic Colors of #caffdd

#caffdd #ddcaff #ffddca

Analogous Colors of #caffdd

#caffdd #cafff8 #d2ffca

Monochromatic Colors of #caffdd

#caffdd

Complementary Color

#caffdd #ffcaec

#caffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffdd Color CSS Codes

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

#caffdd Text Font Color

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

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


#caffdd Background Color

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

This div background color is #caffdd


#caffdd Border Color

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

This div border color is #caffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffdd


Comments

No comments written yet.

Please login to write comment.