Color Hex Logo

#ceb20a Color Hex

#CEB20A
(206,178,10)
0 Favorites   0 Comments

Color spaces of #ceb20a

RGB 20617810
HSL0.140.910.42
HSV51°95°81°
CMYK 0.000.140.95   0.19
XYZ41.428844.98456.7865
Yxy44.98450.44450.4827
Hunter Lab67.0705-7.115640.9501
CIE-Lab72.8817-4.007173.9470

#ceb20a color RGB value is (206,178,10).

#ceb20a hex color red value is 206, green value is 178 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ceb20a hue: 0.14 , saturation: 0.91 and the lightness value of ceb20a is 0.42.

The process color (four color CMYK) of #ceb20a color hex is 0.00, 0.14, 0.95, 0.19. Web safe color of #ceb20a is #cc9900. Color #ceb20a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 00001010
Octal 316 262 12
Decimal 206 178 10
Hex CE B2 A

RGB Percentages of Color #ceb20a

%52.28
%45.18
%2.54

CMYK Percentages of Color #ceb20a

%0
%14
%95
%19

Triadic Colors of #ceb20a

#ceb20a #0aceb2 #b20ace

Analogous Colors of #ceb20a

#ceb20a #88ce0a #ce500a

Monochromatic Colors of #ceb20a

#ceb20a

Complementary Color

#ceb20a #0a26ce

#ceb20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb20a Color CSS Codes

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

#ceb20a Text Font Color

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

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


#ceb20a Background Color

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

This div background color is #ceb20a


#ceb20a Border Color

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

This div border color is #ceb20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb20a


Comments

No comments written yet.

Please login to write comment.