Color Hex Logo

#ceb846 Color Hex

#CEB846
(206,184,70)
0 Favorites   0 Comments

Color spaces of #ceb846

RGB 20618470
HSL0.140.580.54
HSV50°66°81°
CMYK 0.000.110.66   0.19
XYZ43.699647.845012.7261
Yxy47.84500.41910.4589
Hunter Lab69.1701-8.276637.5107
CIE-Lab74.7271-5.157658.6403

#ceb846 color RGB value is (206,184,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 01000110
Octal 316 270 106
Decimal 206 184 70
Hex CE B8 46

RGB Percentages of Color #ceb846

%44.78
%40.00
%15.22

CMYK Percentages of Color #ceb846

%0
%11
%66
%19

Triadic Colors of #ceb846

#ceb846 #46ceb8 #b846ce

Analogous Colors of #ceb846

#ceb846 #a0ce46 #ce7446

Monochromatic Colors of #ceb846

#ceb846

Complementary Color

#ceb846 #465cce

#ceb846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb846 Color CSS Codes

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

#ceb846 Text Font Color

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

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


#ceb846 Background Color

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

This div background color is #ceb846


#ceb846 Border Color

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

This div border color is #ceb846


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,184,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 #ceb846">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb846


Comments

No comments written yet.

Please login to write comment.