Color Hex Logo

#c0af58 Color Hex

#C0AF58
(192,175,88)
0 Favorites   0 Comments

Color spaces of #c0af58

RGB 19217588
HSL0.140.450.55
HSV50°54°75°
CMYK 0.000.090.54   0.25
XYZ38.829742.571015.4030
Yxy42.57100.40110.4398
Hunter Lab65.2465-7.951831.6757
CIE-Lab71.2628-5.128946.2426

#c0af58 color RGB value is (192,175,88).

#c0af58 hex color red value is 192, green value is 175 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c0af58 hue: 0.14 , saturation: 0.45 and the lightness value of c0af58 is 0.55.

The process color (four color CMYK) of #c0af58 color hex is 0.00, 0.09, 0.54, 0.25. Web safe color of #c0af58 is #cc9966. Color #c0af58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101111 01011000
Octal 300 257 130
Decimal 192 175 88
Hex C0 AF 58

RGB Percentages of Color #c0af58

%42.20
%38.46
%19.34

CMYK Percentages of Color #c0af58

%0
%9
%54
%25

Triadic Colors of #c0af58

#c0af58 #58c0af #af58c0

Analogous Colors of #c0af58

#c0af58 #9dc058 #c07b58

Monochromatic Colors of #c0af58

#c0af58

Complementary Color

#c0af58 #5869c0

#c0af58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0af58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0af58 Color CSS Codes

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

#c0af58 Text Font Color

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

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


#c0af58 Background Color

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

This div background color is #c0af58


#c0af58 Border Color

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

This div border color is #c0af58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,175,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0af58


Comments

No comments written yet.

Please login to write comment.