Color Hex Logo

#cee6fa Color Hex

#CEE6FA
(206,230,250)
0 Favorites   0 Comments

Color spaces of #cee6fa

RGB 206230250
HSL0.580.810.89
HSV207°18°98°
CMYK 0.180.080.00   0.02
XYZ71.005776.6176101.4887
Yxy76.61760.28500.3076
Hunter Lab87.5315-8.3806-7.4720
CIE-Lab90.1453-3.8374-12.3569

#cee6fa color RGB value is (206,230,250).

#cee6fa hex color red value is 206, green value is 230 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cee6fa hue: 0.58 , saturation: 0.81 and the lightness value of cee6fa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100110 11111010
Octal 316 346 372
Decimal 206 230 250
Hex CE E6 FA

RGB Percentages of Color #cee6fa

%30.03
%33.53
%36.44

CMYK Percentages of Color #cee6fa

%18
%8
%0
%2

Triadic Colors of #cee6fa

#cee6fa #facee6 #e6face

Analogous Colors of #cee6fa

#cee6fa #ced0fa #cefaf8

Monochromatic Colors of #cee6fa

#cee6fa

Complementary Color

#cee6fa #fae2ce

#cee6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee6fa Color CSS Codes

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

#cee6fa Text Font Color

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

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


#cee6fa Background Color

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

This div background color is #cee6fa


#cee6fa Border Color

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

This div border color is #cee6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee6fa

Related Colors

#cee6fa Color Palettes


Comments

No comments written yet.

Please login to write comment.