Color Hex Logo

#ceebb9 Color Hex

#CEEBB9
(206,235,185)
0 Favorites   0 Comments

Color spaces of #ceebb9

RGB 206235185
HSL0.260.560.82
HSV95°21°92°
CMYK 0.120.000.21   0.08
XYZ63.918976.041357.2075
Yxy76.04130.32420.3857
Hunter Lab87.2017-21.762222.1447
CIE-Lab89.8785-18.312921.1650

#ceebb9 color RGB value is (206,235,185).

#ceebb9 hex color red value is 206, green value is 235 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ceebb9 hue: 0.26 , saturation: 0.56 and the lightness value of ceebb9 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101011 10111001
Octal 316 353 271
Decimal 206 235 185
Hex CE EB B9

RGB Percentages of Color #ceebb9

%32.91
%37.54
%29.55

CMYK Percentages of Color #ceebb9

%12
%0
%21
%8

Triadic Colors of #ceebb9

#ceebb9 #b9ceeb #ebb9ce

Analogous Colors of #ceebb9

#ceebb9 #b9ebbd #e7ebb9

Monochromatic Colors of #ceebb9

#ceebb9

Complementary Color

#ceebb9 #d6b9eb

#ceebb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceebb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceebb9 Color CSS Codes

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

#ceebb9 Text Font Color

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

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


#ceebb9 Background Color

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

This div background color is #ceebb9


#ceebb9 Border Color

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

This div border color is #ceebb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceebb9


Comments

No comments written yet.

Please login to write comment.