Color Hex Logo

#ceb49d Color Hex

#CEB49D
(206,180,157)
0 Favorites   0 Comments

Color spaces of #ceb49d

RGB 206180157
HSL0.080.330.71
HSV28°24°81°
CMYK 0.000.130.24   0.19
XYZ47.860748.198638.6790
Yxy48.19860.35520.3577
Hunter Lab69.42521.561115.5653
CIE-Lab74.95005.760715.1652

#ceb49d color RGB value is (206,180,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 10011101
Octal 316 264 235
Decimal 206 180 157
Hex CE B4 9D

RGB Percentages of Color #ceb49d

%37.94
%33.15
%28.91

CMYK Percentages of Color #ceb49d

%0
%13
%24
%19

Triadic Colors of #ceb49d

#ceb49d #9dceb4 #b49dce

Analogous Colors of #ceb49d

#ceb49d #cecd9d #ce9d9f

Monochromatic Colors of #ceb49d

#ceb49d

Complementary Color

#ceb49d #9db7ce

#ceb49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb49d Color CSS Codes

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

#ceb49d Text Font Color

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

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


#ceb49d Background Color

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

This div background color is #ceb49d


#ceb49d Border Color

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

This div border color is #ceb49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb49d


Comments

No comments written yet.

Please login to write comment.