Color Hex Logo

#ceb53f Color Hex

#CEB53F
(206,181,63)
0 Favorites   0 Comments

Color spaces of #ceb53f

RGB 20618163
HSL0.140.590.53
HSV50°69°81°
CMYK 0.000.120.69   0.19
XYZ42.874746.528411.4238
Yxy46.52840.42520.4615
Hunter Lab68.2117-7.173837.8186
CIE-Lab73.8871-3.980760.6484

#ceb53f color RGB value is (206,181,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 00111111
Octal 316 265 77
Decimal 206 181 63
Hex CE B5 3F

RGB Percentages of Color #ceb53f

%45.78
%40.22
%14.00

CMYK Percentages of Color #ceb53f

%0
%12
%69
%19

Triadic Colors of #ceb53f

#ceb53f #3fceb5 #b53fce

Analogous Colors of #ceb53f

#ceb53f #a0ce3f #ce6e3f

Monochromatic Colors of #ceb53f

#ceb53f

Complementary Color

#ceb53f #3f58ce

#ceb53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb53f Color CSS Codes

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

#ceb53f Text Font Color

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

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


#ceb53f Background Color

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

This div background color is #ceb53f


#ceb53f Border Color

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

This div border color is #ceb53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb53f


Comments

No comments written yet.

Please login to write comment.