Color Hex Logo

#cfd7ec Color Hex

#CFD7EC
(207,215,236)
0 Favorites   0 Comments

Color spaces of #cfd7ec

RGB 207215236
HSL0.620.430.87
HSV223°12°93°
CMYK 0.120.090.00   0.07
XYZ65.172967.922489.0322
Yxy67.92240.29340.3058
Hunter Lab82.4150-3.0705-6.3599
CIE-Lab85.96761.3906-11.2156

#cfd7ec color RGB value is (207,215,236).

#cfd7ec hex color red value is 207, green value is 215 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cfd7ec hue: 0.62 , saturation: 0.43 and the lightness value of cfd7ec is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010111 11101100
Octal 317 327 354
Decimal 207 215 236
Hex CF D7 EC

RGB Percentages of Color #cfd7ec

%31.46
%32.67
%35.87

CMYK Percentages of Color #cfd7ec

%12
%9
%0
%7

Triadic Colors of #cfd7ec

#cfd7ec #eccfd7 #d7eccf

Analogous Colors of #cfd7ec

#cfd7ec #d6cfec #cfe6ec

Monochromatic Colors of #cfd7ec

#cfd7ec

Complementary Color

#cfd7ec #ece4cf

#cfd7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd7ec Color CSS Codes

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

#cfd7ec Text Font Color

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

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


#cfd7ec Background Color

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

This div background color is #cfd7ec


#cfd7ec Border Color

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

This div border color is #cfd7ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,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 #cfd7ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd7ec


Comments

No comments written yet.

Please login to write comment.