Color Hex Logo

#ccfdda Color Hex

#CCFDDA
(204,253,218)
0 Favorites   0 Comments

Color spaces of #ccfdda

RGB 204253218
HSL0.380.920.90
HSV137°19°99°
CMYK 0.190.000.14   0.01
XYZ72.682088.149979.5135
Yxy88.14990.30240.3668
Hunter Lab93.8882-26.121515.5093
CIE-Lab95.2240-22.185911.6615

#ccfdda color RGB value is (204,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111101 11011010
Octal 314 375 332
Decimal 204 253 218
Hex CC FD DA

RGB Percentages of Color #ccfdda

%30.22
%37.48
%32.30

CMYK Percentages of Color #ccfdda

%19
%0
%14
%1

Triadic Colors of #ccfdda

#ccfdda #daccfd #fddacc

Analogous Colors of #ccfdda

#ccfdda #ccfdf3 #d7fdcc

Monochromatic Colors of #ccfdda

#ccfdda

Complementary Color

#ccfdda #fdccef

#ccfdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfdda Color CSS Codes

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

#ccfdda Text Font Color

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

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


#ccfdda Background Color

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

This div background color is #ccfdda


#ccfdda Border Color

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

This div border color is #ccfdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfdda


Comments

No comments written yet.

Please login to write comment.