Color Hex Logo

#ceb20b Color Hex

#CEB20B
(206,178,11)
0 Favorites   0 Comments

Color spaces of #ceb20b

RGB 20617811
HSL0.140.900.43
HSV51°95°81°
CMYK 0.000.140.95   0.19
XYZ41.434444.98686.8161
Yxy44.98680.44440.4825
Hunter Lab67.0722-7.106540.9253
CIE-Lab72.8832-3.996573.8344

#ceb20b color RGB value is (206,178,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 00001011
Octal 316 262 13
Decimal 206 178 11
Hex CE B2 B

RGB Percentages of Color #ceb20b

%52.15
%45.06
%2.78

CMYK Percentages of Color #ceb20b

%0
%14
%95
%19

Triadic Colors of #ceb20b

#ceb20b #0bceb2 #b20bce

Analogous Colors of #ceb20b

#ceb20b #89ce0b #ce510b

Monochromatic Colors of #ceb20b

#ceb20b

Complementary Color

#ceb20b #0b27ce

#ceb20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb20b Color CSS Codes

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

#ceb20b Text Font Color

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

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


#ceb20b Background Color

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

This div background color is #ceb20b


#ceb20b Border Color

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

This div border color is #ceb20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb20b


Comments

No comments written yet.

Please login to write comment.