Color Hex Logo

#ccdfee Color Hex

#CCDFEE
(204,223,238)
0 Favorites   0 Comments

Color spaces of #ccdfee

RGB 204223238
HSL0.570.500.87
HSV206°14°93°
CMYK 0.140.060.00   0.07
XYZ66.722171.785891.2283
Yxy71.78580.29040.3125
Hunter Lab84.7265-7.7027-4.5313
CIE-Lab87.8654-3.3232-9.4688

#ccdfee color RGB value is (204,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11101110
Octal 314 337 356
Decimal 204 223 238
Hex CC DF EE

RGB Percentages of Color #ccdfee

%30.68
%33.53
%35.79

CMYK Percentages of Color #ccdfee

%14
%6
%0
%7

Triadic Colors of #ccdfee

#ccdfee #eeccdf #dfeecc

Analogous Colors of #ccdfee

#ccdfee #ccceee #cceeec

Monochromatic Colors of #ccdfee

#ccdfee

Complementary Color

#ccdfee #eedbcc

#ccdfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfee Color CSS Codes

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

#ccdfee Text Font Color

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

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


#ccdfee Background Color

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

This div background color is #ccdfee


#ccdfee Border Color

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

This div border color is #ccdfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfee

#ccdfee Color Palettes


Comments

No comments written yet.

Please login to write comment.