Color Hex Logo

#ceb582 Color Hex

#CEB582
(206,181,130)
0 Favorites   0 Comments

Color spaces of #ceb582

RGB 206181130
HSL0.110.440.66
HSV40°37°81°
CMYK 0.000.120.37   0.19
XYZ46.006747.781327.9170
Yxy47.78130.37800.3926
Hunter Lab69.1240-2.163224.4415
CIE-Lab74.68681.691229.2992

#ceb582 color RGB value is (206,181,130).

#ceb582 hex color red value is 206, green value is 181 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ceb582 hue: 0.11 , saturation: 0.44 and the lightness value of ceb582 is 0.66.

The process color (four color CMYK) of #ceb582 color hex is 0.00, 0.12, 0.37, 0.19. Web safe color of #ceb582 is #cccc99. Color #ceb582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 10000010
Octal 316 265 202
Decimal 206 181 130
Hex CE B5 82

RGB Percentages of Color #ceb582

%39.85
%35.01
%25.15

CMYK Percentages of Color #ceb582

%0
%12
%37
%19

Triadic Colors of #ceb582

#ceb582 #82ceb5 #b582ce

Analogous Colors of #ceb582

#ceb582 #c1ce82 #ce8f82

Monochromatic Colors of #ceb582

#ceb582

Complementary Color

#ceb582 #829bce

#ceb582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb582 Color CSS Codes

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

#ceb582 Text Font Color

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

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


#ceb582 Background Color

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

This div background color is #ceb582


#ceb582 Border Color

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

This div border color is #ceb582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb582


Comments

No comments written yet.

Please login to write comment.