Color Hex Logo

#cfe5ed Color Hex

#CFE5ED
(207,229,237)
1 Favorites   0 Comments

Color spaces of #cfe5ed

RGB 207229237
HSL0.540.450.87
HSV196°13°93°
CMYK 0.130.030.00   0.07
XYZ69.037575.418491.0393
Yxy75.41840.29320.3203
Hunter Lab86.8438-10.0759-1.3637
CIE-Lab89.5886-5.6690-6.3675

#cfe5ed color RGB value is (207,229,237).

#cfe5ed hex color red value is 207, green value is 229 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cfe5ed hue: 0.54 , saturation: 0.45 and the lightness value of cfe5ed is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100101 11101101
Octal 317 345 355
Decimal 207 229 237
Hex CF E5 ED

RGB Percentages of Color #cfe5ed

%30.76
%34.03
%35.22

CMYK Percentages of Color #cfe5ed

%13
%3
%0
%7

Triadic Colors of #cfe5ed

#cfe5ed #edcfe5 #e5edcf

Analogous Colors of #cfe5ed

#cfe5ed #cfd6ed #cfede6

Monochromatic Colors of #cfe5ed

#cfe5ed

Complementary Color

#cfe5ed #edd7cf

#cfe5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe5ed Color CSS Codes

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

#cfe5ed Text Font Color

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

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


#cfe5ed Background Color

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

This div background color is #cfe5ed


#cfe5ed Border Color

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

This div border color is #cfe5ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,229,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe5ed

#cfe5ed Color Palettes


Comments

No comments written yet.

Please login to write comment.