Color Hex Logo

#ceb80a Color Hex

#CEB80A
(206,184,10)
0 Favorites   0 Comments

Color spaces of #ceb80a

RGB 20618410
HSL0.150.910.42
HSV53°95°81°
CMYK 0.000.110.95   0.19
XYZ42.648947.42477.1932
Yxy47.42470.43850.4876
Hunter Lab68.8656-9.968642.0129
CIE-Lab74.4606-7.127175.1158

#ceb80a color RGB value is (206,184,10).

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

The process color (four color CMYK) of #ceb80a color hex is 0.00, 0.11, 0.95, 0.19. Web safe color of #ceb80a is #cccc00. Color #ceb80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 00001010
Octal 316 270 12
Decimal 206 184 10
Hex CE B8 A

RGB Percentages of Color #ceb80a

%51.50
%46.00
%2.50

CMYK Percentages of Color #ceb80a

%0
%11
%95
%19

Triadic Colors of #ceb80a

#ceb80a #0aceb8 #b80ace

Analogous Colors of #ceb80a

#ceb80a #82ce0a #ce560a

Monochromatic Colors of #ceb80a

#ceb80a

Complementary Color

#ceb80a #0a20ce

#ceb80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb80a Color CSS Codes

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

#ceb80a Text Font Color

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

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


#ceb80a Background Color

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

This div background color is #ceb80a


#ceb80a Border Color

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

This div border color is #ceb80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb80a


Comments

No comments written yet.

Please login to write comment.