Color Hex Logo

#c8af30 Color Hex

#C8AF30
(200,175,48)
0 Favorites   0 Comments

Color spaces of #c8af30

RGB 20017548
HSL0.140.610.49
HSV50°76°78°
CMYK 0.000.130.76   0.22
XYZ39.682943.15279.0341
Yxy43.15270.43190.4697
Hunter Lab65.6907-7.129237.8297
CIE-Lab71.6585-4.136763.9042

#c8af30 color RGB value is (200,175,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101111 00110000
Octal 310 257 60
Decimal 200 175 48
Hex C8 AF 30

RGB Percentages of Color #c8af30

%47.28
%41.37
%11.35

CMYK Percentages of Color #c8af30

%0
%13
%76
%22

Triadic Colors of #c8af30

#c8af30 #30c8af #af30c8

Analogous Colors of #c8af30

#c8af30 #95c830 #c86330

Monochromatic Colors of #c8af30

#c8af30

Complementary Color

#c8af30 #3049c8

#c8af30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8af30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8af30 Color CSS Codes

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

#c8af30 Text Font Color

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

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


#c8af30 Background Color

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

This div background color is #c8af30


#c8af30 Border Color

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

This div border color is #c8af30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8af30


Comments

No comments written yet.

Please login to write comment.