Color Hex Logo

#ceebcc Color Hex

#CEEBCC
(206,235,204)
0 Favorites   0 Comments

Color spaces of #ceebcc

RGB 206235204
HSL0.320.440.86
HSV116°13°92°
CMYK 0.120.000.13   0.08
XYZ66.061076.898168.4878
Yxy76.89810.31240.3637
Hunter Lab87.6916-18.990215.0781
CIE-Lab90.2747-15.180711.8703

#ceebcc color RGB value is (206,235,204).

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

The process color (four color CMYK) of #ceebcc color hex is 0.12, 0.00, 0.13, 0.08. Web safe color of #ceebcc is #ccffcc. Color #ceebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11001100
Octal 316 353 314
Decimal 206 235 204
Hex CE EB CC

RGB Percentages of Color #ceebcc

%31.94
%36.43
%31.63

CMYK Percentages of Color #ceebcc

%12
%0
%13
%8

Triadic Colors of #ceebcc

#ceebcc #ccceeb #ebccce

Analogous Colors of #ceebcc

#ceebcc #ccebda #deebcc

Monochromatic Colors of #ceebcc

#ceebcc

Complementary Color

#ceebcc #e9cceb

#ceebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebcc Color CSS Codes

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

#ceebcc Text Font Color

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

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


#ceebcc Background Color

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

This div background color is #ceebcc


#ceebcc Border Color

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

This div border color is #ceebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebcc


Comments

No comments written yet.

Please login to write comment.