Color Hex Logo

#cee1df Color Hex

#CEE1DF
(206,225,223)
0 Favorites   0 Comments

Color spaces of #cee1df

RGB 206225223
HSL0.480.240.85
HSV174°88°
CMYK 0.080.000.01   0.12
XYZ65.698172.300080.3047
Yxy72.30000.30090.3312
Hunter Lab85.0294-10.88323.5251
CIE-Lab88.1128-6.6746-1.1947

#cee1df color RGB value is (206,225,223).

#cee1df hex color red value is 206, green value is 225 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cee1df hue: 0.48 , saturation: 0.24 and the lightness value of cee1df is 0.85.

The process color (four color CMYK) of #cee1df color hex is 0.08, 0.00, 0.01, 0.12. Web safe color of #cee1df is #cccccc. Color #cee1df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 11011111
Octal 316 341 337
Decimal 206 225 223
Hex CE E1 DF

RGB Percentages of Color #cee1df

%31.50
%34.40
%34.10

CMYK Percentages of Color #cee1df

%8
%0
%1
%12

Triadic Colors of #cee1df

#cee1df #dfcee1 #e1dfce

Analogous Colors of #cee1df

#cee1df #cedae1 #cee1d6

Monochromatic Colors of #cee1df

#cee1df

Complementary Color

#cee1df #e1ced0

#cee1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee1df Color CSS Codes

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

#cee1df Text Font Color

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

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


#cee1df Background Color

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

This div background color is #cee1df


#cee1df Border Color

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

This div border color is #cee1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee1df

#cee1df Color Palettes


Comments

No comments written yet.

Please login to write comment.