Color Hex Logo

#cee6f0 Color Hex

#CEE6F0
(206,230,240)
0 Favorites   0 Comments

Color spaces of #cee6f0

RGB 206230240
HSL0.550.530.87
HSV198°14°94°
CMYK 0.140.040.00   0.06
XYZ69.478676.006793.4469
Yxy76.00670.29080.3181
Hunter Lab87.1818-10.3146-2.5234
CIE-Lab89.8625-5.8942-7.5418

#cee6f0 color RGB value is (206,230,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100110 11110000
Octal 316 346 360
Decimal 206 230 240
Hex CE E6 F0

RGB Percentages of Color #cee6f0

%30.47
%34.02
%35.50

CMYK Percentages of Color #cee6f0

%14
%4
%0
%6

Triadic Colors of #cee6f0

#cee6f0 #f0cee6 #e6f0ce

Analogous Colors of #cee6f0

#cee6f0 #ced5f0 #cef0e9

Monochromatic Colors of #cee6f0

#cee6f0

Complementary Color

#cee6f0 #f0d8ce

#cee6f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee6f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee6f0 Color CSS Codes

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

#cee6f0 Text Font Color

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

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


#cee6f0 Background Color

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

This div background color is #cee6f0


#cee6f0 Border Color

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

This div border color is #cee6f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee6f0


Comments

No comments written yet.

Please login to write comment.