Color Hex Logo

#cfdaee Color Hex

#CFDAEE
(207,218,238)
0 Favorites   0 Comments

Color spaces of #cfdaee

RGB 207218238
HSL0.610.480.87
HSV219°13°93°
CMYK 0.130.080.00   0.07
XYZ66.236169.581390.8284
Yxy69.58130.29220.3070
Hunter Lab83.4154-4.2388-6.1682
CIE-Lab86.79110.2258-11.0452

#cfdaee color RGB value is (207,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011010 11101110
Octal 317 332 356
Decimal 207 218 238
Hex CF DA EE

RGB Percentages of Color #cfdaee

%31.22
%32.88
%35.90

CMYK Percentages of Color #cfdaee

%13
%8
%0
%7

Triadic Colors of #cfdaee

#cfdaee #eecfda #daeecf

Analogous Colors of #cfdaee

#cfdaee #d4cfee #cfeaee

Monochromatic Colors of #cfdaee

#cfdaee

Complementary Color

#cfdaee #eee3cf

#cfdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdaee Color CSS Codes

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

#cfdaee Text Font Color

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

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


#cfdaee Background Color

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

This div background color is #cfdaee


#cfdaee Border Color

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

This div border color is #cfdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdaee

#cfdaee Color Palettes


Comments

No comments written yet.

Please login to write comment.