Color Hex Logo

#cfe3ed Color Hex

#CFE3ED
(207,227,237)
0 Favorites   0 Comments

Color spaces of #cfe3ed

RGB 207227237
HSL0.560.450.87
HSV200°13°93°
CMYK 0.130.040.00   0.07
XYZ68.487374.318090.8559
Yxy74.31800.29310.3181
Hunter Lab86.2079-9.0556-2.1412
CIE-Lab89.0726-4.6418-7.1306

#cfe3ed color RGB value is (207,227,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 11101101
Octal 317 343 355
Decimal 207 227 237
Hex CF E3 ED

RGB Percentages of Color #cfe3ed

%30.85
%33.83
%35.32

CMYK Percentages of Color #cfe3ed

%13
%4
%0
%7

Triadic Colors of #cfe3ed

#cfe3ed #edcfe3 #e3edcf

Analogous Colors of #cfe3ed

#cfe3ed #cfd4ed #cfede8

Monochromatic Colors of #cfe3ed

#cfe3ed

Complementary Color

#cfe3ed #edd9cf

#cfe3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe3ed Color CSS Codes

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

#cfe3ed Text Font Color

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

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


#cfe3ed Background Color

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

This div background color is #cfe3ed


#cfe3ed Border Color

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

This div border color is #cfe3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe3ed


Comments

No comments written yet.

Please login to write comment.