Color Hex Logo

#ceb11e Color Hex

#CEB11E
(206,177,30)
0 Favorites   0 Comments

Color spaces of #ceb11e

RGB 20617730
HSL0.140.750.46
HSV50°85°81°
CMYK 0.000.140.85   0.19
XYZ41.410144.65987.6660
Yxy44.65980.44180.4764
Hunter Lab66.8280-6.341139.9783
CIE-Lab72.6673-3.140170.2900

#ceb11e color RGB value is (206,177,30).

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

The process color (four color CMYK) of #ceb11e color hex is 0.00, 0.14, 0.85, 0.19. Web safe color of #ceb11e is #cc9933. Color #ceb11e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 00011110
Octal 316 261 36
Decimal 206 177 30
Hex CE B1 1E

RGB Percentages of Color #ceb11e

%49.88
%42.86
%7.26

CMYK Percentages of Color #ceb11e

%0
%14
%85
%19

Triadic Colors of #ceb11e

#ceb11e #1eceb1 #b11ece

Analogous Colors of #ceb11e

#ceb11e #93ce1e #ce591e

Monochromatic Colors of #ceb11e

#ceb11e

Complementary Color

#ceb11e #1e3bce

#ceb11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb11e Color CSS Codes

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

#ceb11e Text Font Color

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

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


#ceb11e Background Color

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

This div background color is #ceb11e


#ceb11e Border Color

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

This div border color is #ceb11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb11e


Comments

No comments written yet.

Please login to write comment.