Color Hex Logo

#ccdff5 Color Hex

#CCDFF5
(204,223,245)
0 Favorites   0 Comments

Color spaces of #ccdff5

RGB 204223245
HSL0.590.670.88
HSV212°17°96°
CMYK 0.170.090.00   0.04
XYZ67.770972.205396.7513
Yxy72.20530.28630.3050
Hunter Lab84.9737-6.3410-8.0262
CIE-Lab88.0673-1.8773-12.8513

#ccdff5 color RGB value is (204,223,245).

#ccdff5 hex color red value is 204, green value is 223 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ccdff5 hue: 0.59 , saturation: 0.67 and the lightness value of ccdff5 is 0.88.

The process color (four color CMYK) of #ccdff5 color hex is 0.17, 0.09, 0.00, 0.04. Web safe color of #ccdff5 is #ccccff. Color #ccdff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11110101
Octal 314 337 365
Decimal 204 223 245
Hex CC DF F5

RGB Percentages of Color #ccdff5

%30.36
%33.18
%36.46

CMYK Percentages of Color #ccdff5

%17
%9
%0
%4

Triadic Colors of #ccdff5

#ccdff5 #f5ccdf #dff5cc

Analogous Colors of #ccdff5

#ccdff5 #ceccf5 #ccf4f5

Monochromatic Colors of #ccdff5

#ccdff5

Complementary Color

#ccdff5 #f5e2cc

#ccdff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdff5 Color CSS Codes

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

#ccdff5 Text Font Color

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

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


#ccdff5 Background Color

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

This div background color is #ccdff5


#ccdff5 Border Color

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

This div border color is #ccdff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdff5

Related Colors


Comments

No comments written yet.

Please login to write comment.