Color Hex Logo

#ceb20c Color Hex

#CEB20C
(206,178,12)
0 Favorites   0 Comments

Color spaces of #ceb20c

RGB 20617812
HSL0.140.890.43
HSV51°94°81°
CMYK 0.000.140.94   0.19
XYZ41.440444.98916.8475
Yxy44.98910.44430.4823
Hunter Lab67.0739-7.096440.8989
CIE-Lab72.8847-3.984773.7153

#ceb20c color RGB value is (206,178,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 00001100
Octal 316 262 14
Decimal 206 178 12
Hex CE B2 C

RGB Percentages of Color #ceb20c

%52.02
%44.95
%3.03

CMYK Percentages of Color #ceb20c

%0
%14
%94
%19

Triadic Colors of #ceb20c

#ceb20c #0cceb2 #b20cce

Analogous Colors of #ceb20c

#ceb20c #89ce0c #ce510c

Monochromatic Colors of #ceb20c

#ceb20c

Complementary Color

#ceb20c #0c28ce

#ceb20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb20c Color CSS Codes

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

#ceb20c Text Font Color

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

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


#ceb20c Background Color

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

This div background color is #ceb20c


#ceb20c Border Color

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

This div border color is #ceb20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb20c


Comments

No comments written yet.

Please login to write comment.