Color Hex Logo

#cebc8b Color Hex

#CEBC8B
(206,188,139)
0 Favorites   0 Comments

Color spaces of #cebc8b

RGB 206188139
HSL0.120.410.68
HSV44°33°81°
CMYK 0.000.090.33   0.19
XYZ48.097050.952331.7259
Yxy50.95230.36780.3896
Hunter Lab71.3809-4.641823.6146
CIE-Lab76.6501-0.913727.1504

#cebc8b color RGB value is (206,188,139).

#cebc8b hex color red value is 206, green value is 188 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cebc8b hue: 0.12 , saturation: 0.41 and the lightness value of cebc8b is 0.68.

The process color (four color CMYK) of #cebc8b color hex is 0.00, 0.09, 0.33, 0.19. Web safe color of #cebc8b is #cccc99. Color #cebc8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 10001011
Octal 316 274 213
Decimal 206 188 139
Hex CE BC 8B

RGB Percentages of Color #cebc8b

%38.65
%35.27
%26.08

CMYK Percentages of Color #cebc8b

%0
%9
%33
%19

Triadic Colors of #cebc8b

#cebc8b #8bcebc #bc8bce

Analogous Colors of #cebc8b

#cebc8b #bfce8b #ce9b8b

Monochromatic Colors of #cebc8b

#cebc8b

Complementary Color

#cebc8b #8b9dce

#cebc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc8b Color CSS Codes

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

#cebc8b Text Font Color

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

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


#cebc8b Background Color

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

This div background color is #cebc8b


#cebc8b Border Color

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

This div border color is #cebc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc8b


Comments

No comments written yet.

Please login to write comment.