Color Hex Logo

#ceeceb Color Hex

#CEECEB
(206,236,235)
1 Favorites   0 Comments

Color spaces of #ceeceb

RGB 206236235
HSL0.490.440.87
HSV178°13°93°
CMYK 0.130.000.00   0.07
XYZ70.444479.110990.1544
Yxy79.11090.29390.3300
Hunter Lab88.9443-14.27952.1644
CIE-Lab91.2844-9.9460-2.8312

#ceeceb color RGB value is (206,236,235).

#ceeceb hex color red value is 206, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ceeceb hue: 0.49 , saturation: 0.44 and the lightness value of ceeceb is 0.87.

The process color (four color CMYK) of #ceeceb color hex is 0.13, 0.00, 0.00, 0.07. Web safe color of #ceeceb is #ccffff. Color #ceeceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 11101011
Octal 316 354 353
Decimal 206 236 235
Hex CE EC EB

RGB Percentages of Color #ceeceb

%30.43
%34.86
%34.71

CMYK Percentages of Color #ceeceb

%13
%0
%0
%7

Triadic Colors of #ceeceb

#ceeceb #ebceec #ecebce

Analogous Colors of #ceeceb

#ceeceb #cedeec #ceecdc

Monochromatic Colors of #ceeceb

#ceeceb

Complementary Color

#ceeceb #eccecf

#ceeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeceb Color CSS Codes

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

#ceeceb Text Font Color

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

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


#ceeceb Background Color

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

This div background color is #ceeceb


#ceeceb Border Color

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

This div border color is #ceeceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,236,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 #ceeceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeceb


Comments

No comments written yet.

Please login to write comment.