Color Hex Logo

#ccdfeb Color Hex

#CCDFEB
(204,223,235)
0 Favorites   0 Comments

Color spaces of #ccdfeb

RGB 204223235
HSL0.560.440.86
HSV203°13°92°
CMYK 0.130.050.00   0.08
XYZ66.284971.610988.9260
Yxy71.61090.29220.3157
Hunter Lab84.6232-8.2726-3.0684
CIE-Lab87.7810-3.9320-8.0148

#ccdfeb color RGB value is (204,223,235).

#ccdfeb hex color red value is 204, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccdfeb hue: 0.56 , saturation: 0.44 and the lightness value of ccdfeb is 0.86.

The process color (four color CMYK) of #ccdfeb color hex is 0.13, 0.05, 0.00, 0.08. Web safe color of #ccdfeb is #ccccff. Color #ccdfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11101011
Octal 314 337 353
Decimal 204 223 235
Hex CC DF EB

RGB Percentages of Color #ccdfeb

%30.82
%33.69
%35.50

CMYK Percentages of Color #ccdfeb

%13
%5
%0
%8

Triadic Colors of #ccdfeb

#ccdfeb #ebccdf #dfebcc

Analogous Colors of #ccdfeb

#ccdfeb #ccd0eb #ccebe8

Monochromatic Colors of #ccdfeb

#ccdfeb

Complementary Color

#ccdfeb #ebd8cc

#ccdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfeb Color CSS Codes

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

#ccdfeb Text Font Color

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

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


#ccdfeb Background Color

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

This div background color is #ccdfeb


#ccdfeb Border Color

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

This div border color is #ccdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfeb


Comments

No comments written yet.

Please login to write comment.