Color Hex Logo

#ccfdcd Color Hex

#CCFDCD
(204,253,205)
0 Favorites   0 Comments

Color spaces of #ccfdcd

RGB 204253205
HSL0.340.920.90
HSV121°19°99°
CMYK 0.190.000.19   0.01
XYZ71.046687.495770.9014
Yxy87.49570.30960.3813
Hunter Lab93.5391-28.115820.5364
CIE-Lab94.9482-24.452317.9382

#ccfdcd color RGB value is (204,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111101 11001101
Octal 314 375 315
Decimal 204 253 205
Hex CC FD CD

RGB Percentages of Color #ccfdcd

%30.82
%38.22
%30.97

CMYK Percentages of Color #ccfdcd

%19
%0
%19
%1

Triadic Colors of #ccfdcd

#ccfdcd #cdccfd #fdcdcc

Analogous Colors of #ccfdcd

#ccfdcd #ccfde6 #e4fdcc

Monochromatic Colors of #ccfdcd

#ccfdcd

Complementary Color

#ccfdcd #fdccfc

#ccfdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfdcd Color CSS Codes

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

#ccfdcd Text Font Color

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

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


#ccfdcd Background Color

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

This div background color is #ccfdcd


#ccfdcd Border Color

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

This div border color is #ccfdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfdcd


Comments

No comments written yet.

Please login to write comment.