Color Hex Logo

#cfe6eb Color Hex

#CFE6EB
(207,230,235)
0 Favorites   0 Comments

Color spaces of #cfe6eb

RGB 207230235
HSL0.530.410.87
HSV191°12°92°
CMYK 0.120.020.00   0.08
XYZ69.024375.857289.6012
Yxy75.85720.29440.3235
Hunter Lab87.0960-10.9554-0.0281
CIE-Lab89.7930-6.5786-5.0177

#cfe6eb color RGB value is (207,230,235).

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

The process color (four color CMYK) of #cfe6eb color hex is 0.12, 0.02, 0.00, 0.08. Web safe color of #cfe6eb is #ccffff. Color #cfe6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 11101011
Octal 317 346 353
Decimal 207 230 235
Hex CF E6 EB

RGB Percentages of Color #cfe6eb

%30.80
%34.23
%34.97

CMYK Percentages of Color #cfe6eb

%12
%2
%0
%8

Triadic Colors of #cfe6eb

#cfe6eb #ebcfe6 #e6ebcf

Analogous Colors of #cfe6eb

#cfe6eb #cfd8eb #cfebe2

Monochromatic Colors of #cfe6eb

#cfe6eb

Complementary Color

#cfe6eb #ebd4cf

#cfe6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe6eb Color CSS Codes

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

#cfe6eb Text Font Color

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

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


#cfe6eb Background Color

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

This div background color is #cfe6eb


#cfe6eb Border Color

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

This div border color is #cfe6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe6eb


Comments

No comments written yet.

Please login to write comment.