Color Hex Logo

#ccdfef Color Hex

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

Color spaces of #ccdfef

RGB 204223239
HSL0.580.520.87
HSV207°15°94°
CMYK 0.150.070.00   0.06
XYZ66.869571.844792.0044
Yxy71.84470.28980.3114
Hunter Lab84.7613-7.5107-5.0237
CIE-Lab87.8938-3.1186-9.9530

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

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

The process color (four color CMYK) of #ccdfef color hex is 0.15, 0.07, 0.00, 0.06. Web safe color of #ccdfef is #ccccff. Color #ccdfef contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #ccdfef

%30.63
%33.48
%35.89

CMYK Percentages of Color #ccdfef

%15
%7
%0
%6

Triadic Colors of #ccdfef

#ccdfef #efccdf #dfefcc

Analogous Colors of #ccdfef

#ccdfef #ccceef #ccefee

Monochromatic Colors of #ccdfef

#ccdfef

Complementary Color

#ccdfef #efdccc

#ccdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfef Color CSS Codes

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

#ccdfef Text Font Color

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

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


#ccdfef Background Color

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

This div background color is #ccdfef


#ccdfef Border Color

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

This div border color is #ccdfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfef


Comments

No comments written yet.

Please login to write comment.