Color Hex Logo

#ceb129 Color Hex

#CEB129
(206,177,41)
0 Favorites   0 Comments

Color spaces of #ceb129

RGB 20617741
HSL0.140.670.48
HSV49°80°81°
CMYK 0.000.140.80   0.19
XYZ41.576044.72628.5395
Yxy44.72620.43840.4716
Hunter Lab66.8776-6.067339.2437
CIE-Lab72.7112-2.823967.3411

#ceb129 color RGB value is (206,177,41).

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

The process color (four color CMYK) of #ceb129 color hex is 0.00, 0.14, 0.80, 0.19. Web safe color of #ceb129 is #cc9933. Color #ceb129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 00101001
Octal 316 261 51
Decimal 206 177 41
Hex CE B1 29

RGB Percentages of Color #ceb129

%48.58
%41.75
%9.67

CMYK Percentages of Color #ceb129

%0
%14
%80
%19

Triadic Colors of #ceb129

#ceb129 #29ceb1 #b129ce

Analogous Colors of #ceb129

#ceb129 #99ce29 #ce5f29

Monochromatic Colors of #ceb129

#ceb129

Complementary Color

#ceb129 #2946ce

#ceb129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb129 Color CSS Codes

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

#ceb129 Text Font Color

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

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


#ceb129 Background Color

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

This div background color is #ceb129


#ceb129 Border Color

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

This div border color is #ceb129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb129


Comments

No comments written yet.

Please login to write comment.