Color Hex Logo

#ceb38b Color Hex

#CEB38B
(206,179,139)
0 Favorites   0 Comments

Color spaces of #ceb38b

RGB 206179139
HSL0.100.410.68
HSV36°33°81°
CMYK 0.000.130.33   0.19
XYZ46.233947.226131.1049
Yxy47.22610.37120.3791
Hunter Lab68.7212-0.171921.2688
CIE-Lab74.33423.856324.0282

#ceb38b color RGB value is (206,179,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 10001011
Octal 316 263 213
Decimal 206 179 139
Hex CE B3 8B

RGB Percentages of Color #ceb38b

%39.31
%34.16
%26.53

CMYK Percentages of Color #ceb38b

%0
%13
%33
%19

Triadic Colors of #ceb38b

#ceb38b #8bceb3 #b38bce

Analogous Colors of #ceb38b

#ceb38b #c8ce8b #ce928b

Monochromatic Colors of #ceb38b

#ceb38b

Complementary Color

#ceb38b #8ba6ce

#ceb38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb38b Color CSS Codes

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

#ceb38b Text Font Color

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

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


#ceb38b Background Color

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

This div background color is #ceb38b


#ceb38b Border Color

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

This div border color is #ceb38b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,179,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 #ceb38b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb38b


Comments

No comments written yet.

Please login to write comment.