Color Hex Logo

#c8ae33 Color Hex

#C8AE33
(200,174,51)
0 Favorites   0 Comments

Color spaces of #c8ae33

RGB 20017451
HSL0.140.590.49
HSV50°75°78°
CMYK 0.000.130.75   0.22
XYZ39.553042.79059.3067
Yxy42.79050.43160.4669
Hunter Lab65.4144-6.544837.3548
CIE-Lab71.4125-3.484862.6114

#c8ae33 color RGB value is (200,174,51).

#c8ae33 hex color red value is 200, green value is 174 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c8ae33 hue: 0.14 , saturation: 0.59 and the lightness value of c8ae33 is 0.49.

The process color (four color CMYK) of #c8ae33 color hex is 0.00, 0.13, 0.75, 0.22. Web safe color of #c8ae33 is #cc9933. Color #c8ae33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101110 00110011
Octal 310 256 63
Decimal 200 174 51
Hex C8 AE 33

RGB Percentages of Color #c8ae33

%47.06
%40.94
%12.00

CMYK Percentages of Color #c8ae33

%0
%13
%75
%22

Triadic Colors of #c8ae33

#c8ae33 #33c8ae #ae33c8

Analogous Colors of #c8ae33

#c8ae33 #98c833 #c86433

Monochromatic Colors of #c8ae33

#c8ae33

Complementary Color

#c8ae33 #334dc8

#c8ae33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ae33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ae33 Color CSS Codes

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

#c8ae33 Text Font Color

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

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


#c8ae33 Background Color

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

This div background color is #c8ae33


#c8ae33 Border Color

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

This div border color is #c8ae33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,174,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8ae33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8ae33;
  -webkit-box-shadow: 1px 1px 3px 2px #c8ae33;
  box-shadow:         1px 1px 3px 2px #c8ae33; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,174,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ae33


Comments

No comments written yet.

Please login to write comment.