Color Hex Logo

#ceb10b Color Hex

#CEB10B
(206,177,11)
0 Favorites   0 Comments

Color spaces of #ceb10b

RGB 20617711
HSL0.140.900.43
HSV51°95°81°
CMYK 0.000.140.95   0.19
XYZ41.236144.59036.7500
Yxy44.59030.44540.4817
Hunter Lab66.7760-6.629040.7499
CIE-Lab72.6213-3.473473.6404

#ceb10b color RGB value is (206,177,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 00001011
Octal 316 261 13
Decimal 206 177 11
Hex CE B1 B

RGB Percentages of Color #ceb10b

%52.28
%44.92
%2.79

CMYK Percentages of Color #ceb10b

%0
%14
%95
%19

Triadic Colors of #ceb10b

#ceb10b #0bceb1 #b10bce

Analogous Colors of #ceb10b

#ceb10b #8ace0b #ce500b

Monochromatic Colors of #ceb10b

#ceb10b

Complementary Color

#ceb10b #0b28ce

#ceb10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb10b Color CSS Codes

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

#ceb10b Text Font Color

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

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


#ceb10b Background Color

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

This div background color is #ceb10b


#ceb10b Border Color

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

This div border color is #ceb10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb10b


Comments

No comments written yet.

Please login to write comment.