Color Hex Logo

#ceb52f Color Hex

#CEB52F
(206,181,47)
0 Favorites   0 Comments

Color spaces of #ceb52f

RGB 20618147
HSL0.140.630.50
HSV51°77°81°
CMYK 0.000.120.77   0.19
XYZ42.490646.37489.4011
Yxy46.37480.43240.4719
Hunter Lab68.0990-7.797739.4843
CIE-Lab73.7881-4.702466.4103

#ceb52f color RGB value is (206,181,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 00101111
Octal 316 265 57
Decimal 206 181 47
Hex CE B5 2F

RGB Percentages of Color #ceb52f

%47.47
%41.71
%10.83

CMYK Percentages of Color #ceb52f

%0
%12
%77
%19

Triadic Colors of #ceb52f

#ceb52f #2fceb5 #b52fce

Analogous Colors of #ceb52f

#ceb52f #98ce2f #ce662f

Monochromatic Colors of #ceb52f

#ceb52f

Complementary Color

#ceb52f #2f48ce

#ceb52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb52f Color CSS Codes

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

#ceb52f Text Font Color

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

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


#ceb52f Background Color

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

This div background color is #ceb52f


#ceb52f Border Color

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

This div border color is #ceb52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb52f


Comments

No comments written yet.

Please login to write comment.