Color Hex Logo

#ceb772 Color Hex

#CEB772
(206,183,114)
0 Favorites   0 Comments

Color spaces of #ceb772

RGB 206183114
HSL0.130.480.63
HSV45°45°81°
CMYK 0.000.110.45   0.19
XYZ45.424348.203722.8297
Yxy48.20370.39000.4139
Hunter Lab69.4289-4.715829.1044
CIE-Lab74.9532-1.120937.9994

#ceb772 color RGB value is (206,183,114).

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

The process color (four color CMYK) of #ceb772 color hex is 0.00, 0.11, 0.45, 0.19. Web safe color of #ceb772 is #cccc66. Color #ceb772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 01110010
Octal 316 267 162
Decimal 206 183 114
Hex CE B7 72

RGB Percentages of Color #ceb772

%40.95
%36.38
%22.66

CMYK Percentages of Color #ceb772

%0
%11
%45
%19

Triadic Colors of #ceb772

#ceb772 #72ceb7 #b772ce

Analogous Colors of #ceb772

#ceb772 #b7ce72 #ce8972

Monochromatic Colors of #ceb772

#ceb772

Complementary Color

#ceb772 #7289ce

#ceb772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb772 Color CSS Codes

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

#ceb772 Text Font Color

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

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


#ceb772 Background Color

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

This div background color is #ceb772


#ceb772 Border Color

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

This div border color is #ceb772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb772


Comments

No comments written yet.

Please login to write comment.