Color Hex Logo

#ceb49e Color Hex

#CEB49E
(206,180,158)
0 Favorites   0 Comments

Color spaces of #ceb49e

RGB 206180158
HSL0.080.330.71
HSV28°23°81°
CMYK 0.000.130.23   0.19
XYZ47.946448.233039.1306
Yxy48.23300.35430.3565
Hunter Lab69.45001.694115.2089
CIE-Lab74.97175.904814.6534

#ceb49e color RGB value is (206,180,158).

#ceb49e hex color red value is 206, green value is 180 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ceb49e hue: 0.08 , saturation: 0.33 and the lightness value of ceb49e is 0.71.

The process color (four color CMYK) of #ceb49e color hex is 0.00, 0.13, 0.23, 0.19. Web safe color of #ceb49e is #cccc99. Color #ceb49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 10011110
Octal 316 264 236
Decimal 206 180 158
Hex CE B4 9E

RGB Percentages of Color #ceb49e

%37.87
%33.09
%29.04

CMYK Percentages of Color #ceb49e

%0
%13
%23
%19

Triadic Colors of #ceb49e

#ceb49e #9eceb4 #b49ece

Analogous Colors of #ceb49e

#ceb49e #cecc9e #ce9ea0

Monochromatic Colors of #ceb49e

#ceb49e

Complementary Color

#ceb49e #9eb8ce

#ceb49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb49e Color CSS Codes

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

#ceb49e Text Font Color

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

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


#ceb49e Background Color

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

This div background color is #ceb49e


#ceb49e Border Color

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

This div border color is #ceb49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb49e


Comments

No comments written yet.

Please login to write comment.