Color Hex Logo

#ceb377 Color Hex

#CEB377
(206,179,119)
0 Favorites   0 Comments

Color spaces of #ceb377

RGB 206179119
HSL0.110.470.64
HSV41°42°81°
CMYK 0.000.130.42   0.19
XYZ44.903546.693924.0989
Yxy46.69390.38810.4036
Hunter Lab68.3329-2.285226.9233
CIE-Lab73.99351.515934.1826

#ceb377 color RGB value is (206,179,119).

#ceb377 hex color red value is 206, green value is 179 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ceb377 hue: 0.11 , saturation: 0.47 and the lightness value of ceb377 is 0.64.

The process color (four color CMYK) of #ceb377 color hex is 0.00, 0.13, 0.42, 0.19. Web safe color of #ceb377 is #cccc66. Color #ceb377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 01110111
Octal 316 263 167
Decimal 206 179 119
Hex CE B3 77

RGB Percentages of Color #ceb377

%40.87
%35.52
%23.61

CMYK Percentages of Color #ceb377

%0
%13
%42
%19

Triadic Colors of #ceb377

#ceb377 #77ceb3 #b377ce

Analogous Colors of #ceb377

#ceb377 #bece77 #ce8877

Monochromatic Colors of #ceb377

#ceb377

Complementary Color

#ceb377 #7792ce

#ceb377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb377 Color CSS Codes

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

#ceb377 Text Font Color

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

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


#ceb377 Background Color

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

This div background color is #ceb377


#ceb377 Border Color

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

This div border color is #ceb377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb377


Comments

No comments written yet.

Please login to write comment.