Color Hex Logo

#ceb90f Color Hex

#CEB90F
(206,185,15)
0 Favorites   0 Comments

Color spaces of #ceb90f

RGB 20618515
HSL0.150.860.43
HSV53°93°81°
CMYK 0.000.100.93   0.19
XYZ42.888847.85427.4282
Yxy47.85420.43690.4875
Hunter Lab69.1767-10.391342.0571
CIE-Lab74.7329-7.584374.7142

#ceb90f color RGB value is (206,185,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00001111
Octal 316 271 17
Decimal 206 185 15
Hex CE B9 F

RGB Percentages of Color #ceb90f

%50.74
%45.57
%3.69

CMYK Percentages of Color #ceb90f

%0
%10
%93
%19

Triadic Colors of #ceb90f

#ceb90f #0fceb9 #b90fce

Analogous Colors of #ceb90f

#ceb90f #84ce0f #ce590f

Monochromatic Colors of #ceb90f

#ceb90f

Complementary Color

#ceb90f #0f24ce

#ceb90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb90f Color CSS Codes

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

#ceb90f Text Font Color

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

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


#ceb90f Background Color

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

This div background color is #ceb90f


#ceb90f Border Color

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

This div border color is #ceb90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb90f


Comments

No comments written yet.

Please login to write comment.