Color Hex Logo

#ceebce Color Hex

#CEEBCE
(206,235,206)
0 Favorites   0 Comments

Color spaces of #ceebce

RGB 206235206
HSL0.330.420.86
HSV120°12°92°
CMYK 0.120.000.12   0.08
XYZ66.302576.994769.7595
Yxy76.99470.31120.3614
Hunter Lab87.7466-18.679714.2865
CIE-Lab90.3192-14.833410.8928

#ceebce color RGB value is (206,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 11001110
Octal 316 353 316
Decimal 206 235 206
Hex CE EB CE

RGB Percentages of Color #ceebce

%31.84
%36.32
%31.84

CMYK Percentages of Color #ceebce

%12
%0
%12
%8

Triadic Colors of #ceebce

#ceebce #ceceeb #ebcece

Analogous Colors of #ceebce

#ceebce #ceebdd #ddebce

Monochromatic Colors of #ceebce

#ceebce

Complementary Color

#ceebce #ebceeb

#ceebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebce Color CSS Codes

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

#ceebce Text Font Color

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

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


#ceebce Background Color

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

This div background color is #ceebce


#ceebce Border Color

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

This div border color is #ceebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebce


Comments

No comments written yet.

Please login to write comment.