Color Hex Logo

#ceb546 Color Hex

#CEB546
(206,181,70)
0 Favorites   0 Comments

Color spaces of #ceb546

RGB 20618170
HSL0.140.580.54
HSV49°66°81°
CMYK 0.000.120.66   0.19
XYZ43.083046.611812.5206
Yxy46.61180.42150.4560
Hunter Lab68.2728-6.836536.9178
CIE-Lab73.9408-3.592157.8139

#ceb546 color RGB value is (206,181,70).

#ceb546 hex color red value is 206, green value is 181 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ceb546 hue: 0.14 , saturation: 0.58 and the lightness value of ceb546 is 0.54.

The process color (four color CMYK) of #ceb546 color hex is 0.00, 0.12, 0.66, 0.19. Web safe color of #ceb546 is #cccc33. Color #ceb546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 01000110
Octal 316 265 106
Decimal 206 181 70
Hex CE B5 46

RGB Percentages of Color #ceb546

%45.08
%39.61
%15.32

CMYK Percentages of Color #ceb546

%0
%12
%66
%19

Triadic Colors of #ceb546

#ceb546 #46ceb5 #b546ce

Analogous Colors of #ceb546

#ceb546 #a3ce46 #ce7146

Monochromatic Colors of #ceb546

#ceb546

Complementary Color

#ceb546 #465fce

#ceb546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb546 Color CSS Codes

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

#ceb546 Text Font Color

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

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


#ceb546 Background Color

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

This div background color is #ceb546


#ceb546 Border Color

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

This div border color is #ceb546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb546


Comments

No comments written yet.

Please login to write comment.