Color Hex Logo

#ccfdd1 Color Hex

#CCFDD1
(204,253,209)
0 Favorites   0 Comments

Color spaces of #ccfdd1

RGB 204253209
HSL0.350.920.90
HSV126°19°99°
CMYK 0.190.000.17   0.01
XYZ71.535787.691473.4774
Yxy87.69140.30740.3768
Hunter Lab93.6437-27.517819.0288
CIE-Lab95.0308-23.769716.0063

#ccfdd1 color RGB value is (204,253,209).

#ccfdd1 hex color red value is 204, green value is 253 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ccfdd1 hue: 0.35 , saturation: 0.92 and the lightness value of ccfdd1 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111101 11010001
Octal 314 375 321
Decimal 204 253 209
Hex CC FD D1

RGB Percentages of Color #ccfdd1

%30.63
%37.99
%31.38

CMYK Percentages of Color #ccfdd1

%19
%0
%17
%1

Triadic Colors of #ccfdd1

#ccfdd1 #d1ccfd #fdd1cc

Analogous Colors of #ccfdd1

#ccfdd1 #ccfdea #e0fdcc

Monochromatic Colors of #ccfdd1

#ccfdd1

Complementary Color

#ccfdd1 #fdccf8

#ccfdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfdd1 Color CSS Codes

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

#ccfdd1 Text Font Color

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

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


#ccfdd1 Background Color

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

This div background color is #ccfdd1


#ccfdd1 Border Color

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

This div border color is #ccfdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfdd1

#ccfdd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.