Color Hex Logo

#cfe6ee Color Hex

#CFE6EE
(207,230,238)
0 Favorites   0 Comments

Color spaces of #cfe6ee

RGB 207230238
HSL0.540.480.87
HSV195°13°93°
CMYK 0.130.030.00   0.07
XYZ69.461676.032191.9036
Yxy76.03210.29260.3203
Hunter Lab87.1964-10.3986-1.4532
CIE-Lab89.8742-5.9817-6.4694

#cfe6ee color RGB value is (207,230,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 11101110
Octal 317 346 356
Decimal 207 230 238
Hex CF E6 EE

RGB Percentages of Color #cfe6ee

%30.67
%34.07
%35.26

CMYK Percentages of Color #cfe6ee

%13
%3
%0
%7

Triadic Colors of #cfe6ee

#cfe6ee #eecfe6 #e6eecf

Analogous Colors of #cfe6ee

#cfe6ee #cfd7ee #cfeee7

Monochromatic Colors of #cfe6ee

#cfe6ee

Complementary Color

#cfe6ee #eed7cf

#cfe6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe6ee Color CSS Codes

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

#cfe6ee Text Font Color

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

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


#cfe6ee Background Color

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

This div background color is #cfe6ee


#cfe6ee Border Color

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

This div border color is #cfe6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe6ee


Comments

No comments written yet.

Please login to write comment.