Color Hex Logo

#ceb829 Color Hex

#CEB829
(206,184,41)
0 Favorites   0 Comments

Color spaces of #ceb829

RGB 20618441
HSL0.140.670.48
HSV52°80°81°
CMYK 0.000.110.80   0.19
XYZ42.994347.56299.0123
Yxy47.56290.43180.4777
Hunter Lab68.9659-9.410840.5282
CIE-Lab74.5484-6.474968.9570

#ceb829 color RGB value is (206,184,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 00101001
Octal 316 270 51
Decimal 206 184 41
Hex CE B8 29

RGB Percentages of Color #ceb829

%47.80
%42.69
%9.51

CMYK Percentages of Color #ceb829

%0
%11
%80
%19

Triadic Colors of #ceb829

#ceb829 #29ceb8 #b829ce

Analogous Colors of #ceb829

#ceb829 #92ce29 #ce6629

Monochromatic Colors of #ceb829

#ceb829

Complementary Color

#ceb829 #293fce

#ceb829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb829 Color CSS Codes

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

#ceb829 Text Font Color

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

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


#ceb829 Background Color

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

This div background color is #ceb829


#ceb829 Border Color

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

This div border color is #ceb829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb829


Comments

No comments written yet.

Please login to write comment.