Color Hex Logo

#cee1fe Color Hex

#CEE1FE
(206,225,254)
0 Favorites   0 Comments

Color spaces of #cee1fe

RGB 206225254
HSL0.600.960.90
HSV216°19°100°
CMYK 0.190.110.00   0.00
XYZ70.268274.1280104.3705
Yxy74.12800.28250.2980
Hunter Lab86.0976-4.9888-11.6050
CIE-Lab88.9829-0.4034-16.1929

#cee1fe color RGB value is (206,225,254).

#cee1fe hex color red value is 206, green value is 225 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cee1fe hue: 0.60 , saturation: 0.96 and the lightness value of cee1fe is 0.90.

The process color (four color CMYK) of #cee1fe color hex is 0.19, 0.11, 0.00, 0.00. Web safe color of #cee1fe is #ccccff. Color #cee1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 11111110
Octal 316 341 376
Decimal 206 225 254
Hex CE E1 FE

RGB Percentages of Color #cee1fe

%30.07
%32.85
%37.08

CMYK Percentages of Color #cee1fe

%19
%11
%0
%0

Triadic Colors of #cee1fe

#cee1fe #fecee1 #e1fece

Analogous Colors of #cee1fe

#cee1fe #d3cefe #cef9fe

Monochromatic Colors of #cee1fe

#cee1fe

Complementary Color

#cee1fe #feebce

#cee1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee1fe Color CSS Codes

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

#cee1fe Text Font Color

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

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


#cee1fe Background Color

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

This div background color is #cee1fe


#cee1fe Border Color

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

This div border color is #cee1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.