Color Hex Logo

#ceb930 Color Hex

#CEB930
(206,185,48)
0 Favorites   0 Comments

Color spaces of #ceb930

RGB 20618548
HSL0.140.620.50
HSV52°77°81°
CMYK 0.000.100.77   0.19
XYZ43.336148.03319.7836
Yxy48.03310.42840.4749
Hunter Lab69.3059-9.671640.1444
CIE-Lab74.8458-6.742467.0510

#ceb930 color RGB value is (206,185,48).

#ceb930 hex color red value is 206, green value is 185 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ceb930 hue: 0.14 , saturation: 0.62 and the lightness value of ceb930 is 0.50.

The process color (four color CMYK) of #ceb930 color hex is 0.00, 0.10, 0.77, 0.19. Web safe color of #ceb930 is #cccc33. Color #ceb930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00110000
Octal 316 271 60
Decimal 206 185 48
Hex CE B9 30

RGB Percentages of Color #ceb930

%46.92
%42.14
%10.93

CMYK Percentages of Color #ceb930

%0
%10
%77
%19

Triadic Colors of #ceb930

#ceb930 #30ceb9 #b930ce

Analogous Colors of #ceb930

#ceb930 #94ce30 #ce6a30

Monochromatic Colors of #ceb930

#ceb930

Complementary Color

#ceb930 #3045ce

#ceb930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb930 Color CSS Codes

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

#ceb930 Text Font Color

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

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


#ceb930 Background Color

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

This div background color is #ceb930


#ceb930 Border Color

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

This div border color is #ceb930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb930


Comments

No comments written yet.

Please login to write comment.