Color Hex Logo

#cfe8ed Color Hex

#CFE8ED
(207,232,237)
0 Favorites   0 Comments

Color spaces of #cfe8ed

RGB 207232237
HSL0.530.450.87
HSV190°13°93°
CMYK 0.130.020.00   0.07
XYZ69.874877.093091.3184
Yxy77.09300.29320.3235
Hunter Lab87.8026-11.6013-0.2022
CIE-Lab90.3644-7.2032-5.2222

#cfe8ed color RGB value is (207,232,237).

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

The process color (four color CMYK) of #cfe8ed color hex is 0.13, 0.02, 0.00, 0.07. Web safe color of #cfe8ed is #ccffff. Color #cfe8ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101000 11101101
Octal 317 350 355
Decimal 207 232 237
Hex CF E8 ED

RGB Percentages of Color #cfe8ed

%30.62
%34.32
%35.06

CMYK Percentages of Color #cfe8ed

%13
%2
%0
%7

Triadic Colors of #cfe8ed

#cfe8ed #edcfe8 #e8edcf

Analogous Colors of #cfe8ed

#cfe8ed #cfd9ed #cfede3

Monochromatic Colors of #cfe8ed

#cfe8ed

Complementary Color

#cfe8ed #edd4cf

#cfe8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe8ed Color CSS Codes

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

#cfe8ed Text Font Color

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

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


#cfe8ed Background Color

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

This div background color is #cfe8ed


#cfe8ed Border Color

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

This div border color is #cfe8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe8ed


Comments

No comments written yet.

Please login to write comment.