Color Hex Logo

#ceb51c Color Hex

#CEB51C
(206,181,28)
0 Favorites   0 Comments

Color spaces of #ceb51c

RGB 20618128
HSL0.140.760.46
HSV52°86°81°
CMYK 0.000.120.86   0.19
XYZ42.187146.25347.8029
Yxy46.25340.43830.4806
Hunter Lab68.0099-8.292140.8044
CIE-Lab73.7097-5.276971.5984

#ceb51c color RGB value is (206,181,28).

#ceb51c hex color red value is 206, green value is 181 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ceb51c hue: 0.14 , saturation: 0.76 and the lightness value of ceb51c is 0.46.

The process color (four color CMYK) of #ceb51c color hex is 0.00, 0.12, 0.86, 0.19. Web safe color of #ceb51c is #cccc33. Color #ceb51c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 00011100
Octal 316 265 34
Decimal 206 181 28
Hex CE B5 1C

RGB Percentages of Color #ceb51c

%49.64
%43.61
%6.75

CMYK Percentages of Color #ceb51c

%0
%12
%86
%19

Triadic Colors of #ceb51c

#ceb51c #1cceb5 #b51cce

Analogous Colors of #ceb51c

#ceb51c #8ece1c #ce5c1c

Monochromatic Colors of #ceb51c

#ceb51c

Complementary Color

#ceb51c #1c35ce

#ceb51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb51c Color CSS Codes

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

#ceb51c Text Font Color

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

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


#ceb51c Background Color

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

This div background color is #ceb51c


#ceb51c Border Color

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

This div border color is #ceb51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb51c


Comments

No comments written yet.

Please login to write comment.