Color Hex Logo

#ceb12e Color Hex

#CEB12E
(206,177,46)
0 Favorites   0 Comments

Color spaces of #ceb12e

RGB 20617746
HSL0.140.630.49
HSV49°78°81°
CMYK 0.000.140.78   0.19
XYZ41.668944.76339.0288
Yxy44.76330.43650.4689
Hunter Lab66.9054-5.914038.8327
CIE-Lab72.7358-2.647165.7786

#ceb12e color RGB value is (206,177,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 00101110
Octal 316 261 56
Decimal 206 177 46
Hex CE B1 2E

RGB Percentages of Color #ceb12e

%48.02
%41.26
%10.72

CMYK Percentages of Color #ceb12e

%0
%14
%78
%19

Triadic Colors of #ceb12e

#ceb12e #2eceb1 #b12ece

Analogous Colors of #ceb12e

#ceb12e #9bce2e #ce612e

Monochromatic Colors of #ceb12e

#ceb12e

Complementary Color

#ceb12e #2e4bce

#ceb12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb12e Color CSS Codes

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

#ceb12e Text Font Color

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

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


#ceb12e Background Color

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

This div background color is #ceb12e


#ceb12e Border Color

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

This div border color is #ceb12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb12e


Comments

No comments written yet.

Please login to write comment.