Color Hex Logo

#ceb13e Color Hex

#CEB13E
(206,177,62)
0 Favorites   0 Comments

Color spaces of #ceb13e

RGB 20617762
HSL0.130.600.53
HSV48°70°81°
CMYK 0.000.140.70   0.19
XYZ42.045244.913911.0107
Yxy44.91390.42920.4584
Hunter Lab67.0178-5.295137.1714
CIE-Lab72.8352-1.935659.9857

#ceb13e color RGB value is (206,177,62).

#ceb13e hex color red value is 206, green value is 177 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ceb13e hue: 0.13 , saturation: 0.60 and the lightness value of ceb13e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 00111110
Octal 316 261 76
Decimal 206 177 62
Hex CE B1 3E

RGB Percentages of Color #ceb13e

%46.29
%39.78
%13.93

CMYK Percentages of Color #ceb13e

%0
%14
%70
%19

Triadic Colors of #ceb13e

#ceb13e #3eceb1 #b13ece

Analogous Colors of #ceb13e

#ceb13e #a3ce3e #ce693e

Monochromatic Colors of #ceb13e

#ceb13e

Complementary Color

#ceb13e #3e5bce

#ceb13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb13e Color CSS Codes

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

#ceb13e Text Font Color

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

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


#ceb13e Background Color

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

This div background color is #ceb13e


#ceb13e Border Color

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

This div border color is #ceb13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb13e


Comments

No comments written yet.

Please login to write comment.