Color Hex Logo

#ccd7ec Color Hex

#CCD7EC
(204,215,236)
0 Favorites   0 Comments

Color spaces of #ccd7ec

RGB 204215236
HSL0.610.460.86
HSV219°14°93°
CMYK 0.140.090.00   0.07
XYZ64.342667.494488.9934
Yxy67.49440.29140.3056
Hunter Lab82.1550-3.9726-6.7167
CIE-Lab85.75300.4353-11.5585

#ccd7ec color RGB value is (204,215,236).

#ccd7ec hex color red value is 204, green value is 215 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ccd7ec hue: 0.61 , saturation: 0.46 and the lightness value of ccd7ec is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 11101100
Octal 314 327 354
Decimal 204 215 236
Hex CC D7 EC

RGB Percentages of Color #ccd7ec

%31.15
%32.82
%36.03

CMYK Percentages of Color #ccd7ec

%14
%9
%0
%7

Triadic Colors of #ccd7ec

#ccd7ec #ecccd7 #d7eccc

Analogous Colors of #ccd7ec

#ccd7ec #d1ccec #cce7ec

Monochromatic Colors of #ccd7ec

#ccd7ec

Complementary Color

#ccd7ec #ece1cc

#ccd7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd7ec Color CSS Codes

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

#ccd7ec Text Font Color

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

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


#ccd7ec Background Color

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

This div background color is #ccd7ec


#ccd7ec Border Color

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

This div border color is #ccd7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd7ec


Comments

No comments written yet.

Please login to write comment.