Color Hex Logo

#ceb10f Color Hex

#CEB10F
(206,177,15)
0 Favorites   0 Comments

Color spaces of #ceb10f

RGB 20617715
HSL0.140.860.43
HSV51°93°81°
CMYK 0.000.140.93   0.19
XYZ41.262044.60066.8860
Yxy44.60060.44490.4809
Hunter Lab66.7837-6.586040.6352
CIE-Lab72.6281-3.423673.1241

#ceb10f color RGB value is (206,177,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 00001111
Octal 316 261 17
Decimal 206 177 15
Hex CE B1 F

RGB Percentages of Color #ceb10f

%51.76
%44.47
%3.77

CMYK Percentages of Color #ceb10f

%0
%14
%93
%19

Triadic Colors of #ceb10f

#ceb10f #0fceb1 #b10fce

Analogous Colors of #ceb10f

#ceb10f #8cce0f #ce520f

Monochromatic Colors of #ceb10f

#ceb10f

Complementary Color

#ceb10f #0f2cce

#ceb10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb10f Color CSS Codes

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

#ceb10f Text Font Color

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

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


#ceb10f Background Color

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

This div background color is #ceb10f


#ceb10f Border Color

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

This div border color is #ceb10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb10f


Comments

No comments written yet.

Please login to write comment.