Color Hex Logo

#ceb929 Color Hex

#CEB929
(206,185,41)
0 Favorites   0 Comments

Color spaces of #ceb929

RGB 20618541
HSL0.150.670.48
HSV52°80°81°
CMYK 0.000.100.80   0.19
XYZ43.202847.97989.0818
Yxy47.97980.43090.4785
Hunter Lab69.2675-9.885840.7136
CIE-Lab74.8122-6.992569.1883

#ceb929 color RGB value is (206,185,41).

#ceb929 hex color red value is 206, green value is 185 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ceb929 hue: 0.15 , saturation: 0.67 and the lightness value of ceb929 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00101001
Octal 316 271 51
Decimal 206 185 41
Hex CE B9 29

RGB Percentages of Color #ceb929

%47.69
%42.82
%9.49

CMYK Percentages of Color #ceb929

%0
%10
%80
%19

Triadic Colors of #ceb929

#ceb929 #29ceb9 #b929ce

Analogous Colors of #ceb929

#ceb929 #91ce29 #ce6729

Monochromatic Colors of #ceb929

#ceb929

Complementary Color

#ceb929 #293ece

#ceb929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb929 Color CSS Codes

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

#ceb929 Text Font Color

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

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


#ceb929 Background Color

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

This div background color is #ceb929


#ceb929 Border Color

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

This div border color is #ceb929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb929


Comments

No comments written yet.

Please login to write comment.