Color Hex Logo

#ceb10c Color Hex

#CEB10C
(206,177,12)
0 Favorites   0 Comments

Color spaces of #ceb10c

RGB 20617712
HSL0.140.890.43
HSV51°94°81°
CMYK 0.000.140.94   0.19
XYZ41.242144.59266.7814
Yxy44.59260.44530.4815
Hunter Lab66.7777-6.618840.7234
CIE-Lab72.6228-3.461673.5205

#ceb10c color RGB value is (206,177,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 00001100
Octal 316 261 14
Decimal 206 177 12
Hex CE B1 C

RGB Percentages of Color #ceb10c

%52.15
%44.81
%3.04

CMYK Percentages of Color #ceb10c

%0
%14
%94
%19

Triadic Colors of #ceb10c

#ceb10c #0cceb1 #b10cce

Analogous Colors of #ceb10c

#ceb10c #8ace0c #ce500c

Monochromatic Colors of #ceb10c

#ceb10c

Complementary Color

#ceb10c #0c29ce

#ceb10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb10c Color CSS Codes

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

#ceb10c Text Font Color

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

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


#ceb10c Background Color

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

This div background color is #ceb10c


#ceb10c Border Color

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

This div border color is #ceb10c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,177,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 #ceb10c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb10c


Comments

No comments written yet.

Please login to write comment.