Color Hex Logo

#ceb00e Color Hex

#CEB00E
(206,176,14)
0 Favorites   0 Comments

Color spaces of #ceb00e

RGB 20617614
HSL0.140.870.43
HSV51°93°81°
CMYK 0.000.150.93   0.19
XYZ41.058244.20426.7837
Yxy44.20420.44610.4802
Hunter Lab66.4862-6.119340.4909
CIE-Lab72.3648-2.912873.0666

#ceb00e color RGB value is (206,176,14).

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

The process color (four color CMYK) of #ceb00e color hex is 0.00, 0.15, 0.93, 0.19. Web safe color of #ceb00e is #cc9900. Color #ceb00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 00001110
Octal 316 260 16
Decimal 206 176 14
Hex CE B0 E

RGB Percentages of Color #ceb00e

%52.02
%44.44
%3.54

CMYK Percentages of Color #ceb00e

%0
%15
%93
%19

Triadic Colors of #ceb00e

#ceb00e #0eceb0 #b00ece

Analogous Colors of #ceb00e

#ceb00e #8cce0e #ce500e

Monochromatic Colors of #ceb00e

#ceb00e

Complementary Color

#ceb00e #0e2cce

#ceb00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb00e Color CSS Codes

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

#ceb00e Text Font Color

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

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


#ceb00e Background Color

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

This div background color is #ceb00e


#ceb00e Border Color

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

This div border color is #ceb00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb00e


Comments

No comments written yet.

Please login to write comment.