Color Hex Logo

#ccefdf Color Hex

#CCEFDF
(204,239,223)
0 Favorites   0 Comments

Color spaces of #ccefdf

RGB 204239223
HSL0.420.520.87
HSV153°15°94°
CMYK 0.150.000.07   0.06
XYZ69.087679.898181.5926
Yxy79.89810.29960.3465
Hunter Lab89.3857-18.45978.4492
CIE-Lab91.6391-14.39873.9243

#ccefdf color RGB value is (204,239,223).

#ccefdf hex color red value is 204, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ccefdf hue: 0.42 , saturation: 0.52 and the lightness value of ccefdf is 0.87.

The process color (four color CMYK) of #ccefdf color hex is 0.15, 0.00, 0.07, 0.06. Web safe color of #ccefdf is #ccffcc. Color #ccefdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11011111
Octal 314 357 337
Decimal 204 239 223
Hex CC EF DF

RGB Percentages of Color #ccefdf

%30.63
%35.89
%33.48

CMYK Percentages of Color #ccefdf

%15
%0
%7
%6

Triadic Colors of #ccefdf

#ccefdf #dfccef #efdfcc

Analogous Colors of #ccefdf

#ccefdf #cceeef #ccefce

Monochromatic Colors of #ccefdf

#ccefdf

Complementary Color

#ccefdf #efccdc

#ccefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefdf Color CSS Codes

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

#ccefdf Text Font Color

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

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


#ccefdf Background Color

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

This div background color is #ccefdf


#ccefdf Border Color

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

This div border color is #ccefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefdf


Comments

No comments written yet.

Please login to write comment.