Color Hex Logo

#c9ae30 Color Hex

#C9AE30
(201,174,48)
0 Favorites   0 Comments

Color spaces of #c9ae30

RGB 20117448
HSL0.140.610.49
HSV49°76°79°
CMYK 0.000.130.76   0.21
XYZ39.756942.90308.9820
Yxy42.90300.43380.4682
Hunter Lab65.5004-6.281237.7199
CIE-Lab71.4891-3.174363.7801

#c9ae30 color RGB value is (201,174,48).

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

The process color (four color CMYK) of #c9ae30 color hex is 0.00, 0.13, 0.76, 0.21. Web safe color of #c9ae30 is #cc9933. Color #c9ae30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101110 00110000
Octal 311 256 60
Decimal 201 174 48
Hex C9 AE 30

RGB Percentages of Color #c9ae30

%47.52
%41.13
%11.35

CMYK Percentages of Color #c9ae30

%0
%13
%76
%21

Triadic Colors of #c9ae30

#c9ae30 #30c9ae #ae30c9

Analogous Colors of #c9ae30

#c9ae30 #98c930 #c96130

Monochromatic Colors of #c9ae30

#c9ae30

Complementary Color

#c9ae30 #304bc9

#c9ae30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ae30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ae30 Color CSS Codes

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

#c9ae30 Text Font Color

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

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


#c9ae30 Background Color

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

This div background color is #c9ae30


#c9ae30 Border Color

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

This div border color is #c9ae30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ae30


Comments

No comments written yet.

Please login to write comment.