Color Hex Logo

#cfd9ee Color Hex

#CFD9EE
(207,217,238)
0 Favorites   0 Comments

Color spaces of #cfd9ee

RGB 207217238
HSL0.610.480.87
HSV221°13°93°
CMYK 0.130.090.00   0.07
XYZ65.977669.064290.7422
Yxy69.06420.29220.3059
Hunter Lab83.1049-3.7210-6.5653
CIE-Lab86.53580.7487-11.4257

#cfd9ee color RGB value is (207,217,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011001 11101110
Octal 317 331 356
Decimal 207 217 238
Hex CF D9 EE

RGB Percentages of Color #cfd9ee

%31.27
%32.78
%35.95

CMYK Percentages of Color #cfd9ee

%13
%9
%0
%7

Triadic Colors of #cfd9ee

#cfd9ee #eecfd9 #d9eecf

Analogous Colors of #cfd9ee

#cfd9ee #d5cfee #cfe9ee

Monochromatic Colors of #cfd9ee

#cfd9ee

Complementary Color

#cfd9ee #eee4cf

#cfd9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd9ee Color CSS Codes

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

#cfd9ee Text Font Color

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

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


#cfd9ee Background Color

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

This div background color is #cfd9ee


#cfd9ee Border Color

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

This div border color is #cfd9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd9ee

#cfd9ee Color Palettes


Comments

No comments written yet.

Please login to write comment.