Color Hex Logo

#ceb40b Color Hex

#CEB40B
(206,180,11)
0 Favorites   0 Comments

Color spaces of #ceb40b

RGB 20618011
HSL0.140.900.43
HSV52°95°81°
CMYK 0.000.130.95   0.19
XYZ41.835345.78856.9497
Yxy45.78850.44240.4842
Hunter Lab67.6672-8.059841.2777
CIE-Lab73.4081-5.040174.2239

#ceb40b color RGB value is (206,180,11).

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

The process color (four color CMYK) of #ceb40b color hex is 0.00, 0.13, 0.95, 0.19. Web safe color of #ceb40b is #cccc00. Color #ceb40b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 00001011
Octal 316 264 13
Decimal 206 180 11
Hex CE B4 B

RGB Percentages of Color #ceb40b

%51.89
%45.34
%2.77

CMYK Percentages of Color #ceb40b

%0
%13
%95
%19

Triadic Colors of #ceb40b

#ceb40b #0bceb4 #b40bce

Analogous Colors of #ceb40b

#ceb40b #87ce0b #ce530b

Monochromatic Colors of #ceb40b

#ceb40b

Complementary Color

#ceb40b #0b25ce

#ceb40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb40b Color CSS Codes

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

#ceb40b Text Font Color

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

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


#ceb40b Background Color

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

This div background color is #ceb40b


#ceb40b Border Color

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

This div border color is #ceb40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb40b


Comments

No comments written yet.

Please login to write comment.