Color Hex Logo

#ceb60f Color Hex

#CEB60F
(206,182,15)
0 Favorites   0 Comments

Color spaces of #ceb60f

RGB 20618215
HSL0.150.860.43
HSV52°93°81°
CMYK 0.000.120.93   0.19
XYZ42.267846.61227.2212
Yxy46.61220.43980.4850
Hunter Lab68.2731-8.968941.5201
CIE-Lab73.9410-6.031174.1152

#ceb60f color RGB value is (206,182,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 00001111
Octal 316 266 17
Decimal 206 182 15
Hex CE B6 F

RGB Percentages of Color #ceb60f

%51.12
%45.16
%3.72

CMYK Percentages of Color #ceb60f

%0
%12
%93
%19

Triadic Colors of #ceb60f

#ceb60f #0fceb6 #b60fce

Analogous Colors of #ceb60f

#ceb60f #87ce0f #ce560f

Monochromatic Colors of #ceb60f

#ceb60f

Complementary Color

#ceb60f #0f27ce

#ceb60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb60f Color CSS Codes

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

#ceb60f Text Font Color

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

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


#ceb60f Background Color

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

This div background color is #ceb60f


#ceb60f Border Color

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

This div border color is #ceb60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb60f


Comments

No comments written yet.

Please login to write comment.