Color Hex Logo

#ceb90a Color Hex

#CEB90A
(206,185,10)
0 Favorites   0 Comments

Color spaces of #ceb90a

RGB 20618510
HSL0.150.910.42
HSV54°95°81°
CMYK 0.000.100.95   0.19
XYZ42.857347.84167.2627
Yxy47.84160.43750.4884
Hunter Lab69.1676-10.442142.1918
CIE-Lab74.7249-7.643975.3120

#ceb90a color RGB value is (206,185,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00001010
Octal 316 271 12
Decimal 206 185 10
Hex CE B9 A

RGB Percentages of Color #ceb90a

%51.37
%46.13
%2.49

CMYK Percentages of Color #ceb90a

%0
%10
%95
%19

Triadic Colors of #ceb90a

#ceb90a #0aceb9 #b90ace

Analogous Colors of #ceb90a

#ceb90a #81ce0a #ce570a

Monochromatic Colors of #ceb90a

#ceb90a

Complementary Color

#ceb90a #0a1fce

#ceb90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb90a Color CSS Codes

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

#ceb90a Text Font Color

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

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


#ceb90a Background Color

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

This div background color is #ceb90a


#ceb90a Border Color

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

This div border color is #ceb90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb90a


Comments

No comments written yet.

Please login to write comment.