Color Hex Logo

#ceebcb Color Hex

#CEEBCB
(206,235,203)
0 Favorites   0 Comments

Color spaces of #ceebcb

RGB 206235203
HSL0.320.440.86
HSV114°14°92°
CMYK 0.120.000.14   0.08
XYZ65.941476.850367.8580
Yxy76.85030.31300.3648
Hunter Lab87.6643-19.144215.4706
CIE-Lab90.2527-15.353212.3592

#ceebcb color RGB value is (206,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11001011
Octal 316 353 313
Decimal 206 235 203
Hex CE EB CB

RGB Percentages of Color #ceebcb

%31.99
%36.49
%31.52

CMYK Percentages of Color #ceebcb

%12
%0
%14
%8

Triadic Colors of #ceebcb

#ceebcb #cbceeb #ebcbce

Analogous Colors of #ceebcb

#ceebcb #cbebd8 #deebcb

Monochromatic Colors of #ceebcb

#ceebcb

Complementary Color

#ceebcb #e8cbeb

#ceebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebcb Color CSS Codes

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

#ceebcb Text Font Color

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

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


#ceebcb Background Color

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

This div background color is #ceebcb


#ceebcb Border Color

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

This div border color is #ceebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebcb


Comments

No comments written yet.

Please login to write comment.