Color Hex Logo

#ceb373 Color Hex

#CEB373
(206,179,115)
0 Favorites   0 Comments

Color spaces of #ceb373

RGB 206179115
HSL0.120.480.63
HSV42°44°81°
CMYK 0.000.130.44   0.19
XYZ44.668246.599822.8601
Yxy46.59980.39140.4083
Hunter Lab68.2640-2.661627.9299
CIE-Lab73.93311.095236.1878

#ceb373 color RGB value is (206,179,115).

#ceb373 hex color red value is 206, green value is 179 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ceb373 hue: 0.12 , saturation: 0.48 and the lightness value of ceb373 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 01110011
Octal 316 263 163
Decimal 206 179 115
Hex CE B3 73

RGB Percentages of Color #ceb373

%41.20
%35.80
%23.00

CMYK Percentages of Color #ceb373

%0
%13
%44
%19

Triadic Colors of #ceb373

#ceb373 #73ceb3 #b373ce

Analogous Colors of #ceb373

#ceb373 #bcce73 #ce8673

Monochromatic Colors of #ceb373

#ceb373

Complementary Color

#ceb373 #738ece

#ceb373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb373 Color CSS Codes

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

#ceb373 Text Font Color

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

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


#ceb373 Background Color

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

This div background color is #ceb373


#ceb373 Border Color

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

This div border color is #ceb373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb373

#ceb373 Color Palettes


Comments

No comments written yet.

Please login to write comment.