Color Hex Logo

#cfe6ef Color Hex

#CFE6EF
(207,230,239)
0 Favorites   0 Comments

Color spaces of #cfe6ef

RGB 207230239
HSL0.550.500.87
HSV197°13°94°
CMYK 0.130.040.00   0.06
XYZ69.608976.091092.6796
Yxy76.09100.29200.3192
Hunter Lab87.2302-10.2113-1.9329
CIE-Lab89.9016-5.7814-6.9527

#cfe6ef color RGB value is (207,230,239).

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

The process color (four color CMYK) of #cfe6ef color hex is 0.13, 0.04, 0.00, 0.06. Web safe color of #cfe6ef is #ccffff. Color #cfe6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 11101111
Octal 317 346 357
Decimal 207 230 239
Hex CF E6 EF

RGB Percentages of Color #cfe6ef

%30.62
%34.02
%35.36

CMYK Percentages of Color #cfe6ef

%13
%4
%0
%6

Triadic Colors of #cfe6ef

#cfe6ef #efcfe6 #e6efcf

Analogous Colors of #cfe6ef

#cfe6ef #cfd6ef #cfefe8

Monochromatic Colors of #cfe6ef

#cfe6ef

Complementary Color

#cfe6ef #efd8cf

#cfe6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe6ef Color CSS Codes

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

#cfe6ef Text Font Color

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

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


#cfe6ef Background Color

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

This div background color is #cfe6ef


#cfe6ef Border Color

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

This div border color is #cfe6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe6ef


Comments

No comments written yet.

Please login to write comment.