Color Hex Logo

#ceb111 Color Hex

#CEB111
(206,177,17)
0 Favorites   0 Comments

Color spaces of #ceb111

RGB 20617717
HSL0.140.850.44
HSV51°92°81°
CMYK 0.000.140.92   0.19
XYZ41.276944.60666.9647
Yxy44.60660.44460.4804
Hunter Lab66.7882-6.561540.5689
CIE-Lab72.6321-3.395172.8286

#ceb111 color RGB value is (206,177,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 00010001
Octal 316 261 21
Decimal 206 177 17
Hex CE B1 11

RGB Percentages of Color #ceb111

%51.50
%44.25
%4.25

CMYK Percentages of Color #ceb111

%0
%14
%92
%19

Triadic Colors of #ceb111

#ceb111 #11ceb1 #b111ce

Analogous Colors of #ceb111

#ceb111 #8dce11 #ce5311

Monochromatic Colors of #ceb111

#ceb111

Complementary Color

#ceb111 #112ece

#ceb111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb111 Color CSS Codes

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

#ceb111 Text Font Color

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

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


#ceb111 Background Color

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

This div background color is #ceb111


#ceb111 Border Color

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

This div border color is #ceb111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb111


Comments

No comments written yet.

Please login to write comment.