Color Hex Logo

#cfd7ee Color Hex

#CFD7EE
(207,215,238)
0 Favorites   0 Comments

Color spaces of #cfd7ee

RGB 207215238
HSL0.620.480.87
HSV225°13°93°
CMYK 0.130.100.00   0.07
XYZ65.465268.039390.5714
Yxy68.03930.29220.3036
Hunter Lab82.4859-2.6834-7.3616
CIE-Lab86.02611.7967-12.1864

#cfd7ee color RGB value is (207,215,238).

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

The process color (four color CMYK) of #cfd7ee color hex is 0.13, 0.10, 0.00, 0.07. Web safe color of #cfd7ee is #ccccff. Color #cfd7ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010111 11101110
Octal 317 327 356
Decimal 207 215 238
Hex CF D7 EE

RGB Percentages of Color #cfd7ee

%31.36
%32.58
%36.06

CMYK Percentages of Color #cfd7ee

%13
%10
%0
%7

Triadic Colors of #cfd7ee

#cfd7ee #eecfd7 #d7eecf

Analogous Colors of #cfd7ee

#cfd7ee #d7cfee #cfe7ee

Monochromatic Colors of #cfd7ee

#cfd7ee

Complementary Color

#cfd7ee #eee6cf

#cfd7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd7ee Color CSS Codes

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

#cfd7ee Text Font Color

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

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


#cfd7ee Background Color

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

This div background color is #cfd7ee


#cfd7ee Border Color

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

This div border color is #cfd7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd7ee


Comments

No comments written yet.

Please login to write comment.