Color Hex Logo

#afa027 Color Hex

#AFA027
(175,160,39)
0 Favorites   0 Comments

Color spaces of #afa027

RGB 17516039
HSL0.150.640.42
HSV53°78°69°
CMYK 0.000.090.78   0.31
XYZ30.616234.40216.9461
Yxy34.40210.42540.4780
Hunter Lab58.6533-9.468834.0358
CIE-Lab65.2805-7.599460.2246

#afa027 color RGB value is (175,160,39).

#afa027 hex color red value is 175, green value is 160 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #afa027 hue: 0.15 , saturation: 0.64 and the lightness value of afa027 is 0.42.

The process color (four color CMYK) of #afa027 color hex is 0.00, 0.09, 0.78, 0.31. Web safe color of #afa027 is #999933. Color #afa027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00100111
Octal 257 240 47
Decimal 175 160 39
Hex AF A0 27

RGB Percentages of Color #afa027

%46.79
%42.78
%10.43

CMYK Percentages of Color #afa027

%0
%9
%78
%31

Triadic Colors of #afa027

#afa027 #27afa0 #a027af

Analogous Colors of #afa027

#afa027 #7aaf27 #af5c27

Monochromatic Colors of #afa027

#afa027

Complementary Color

#afa027 #2736af

#afa027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa027 Color CSS Codes

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

#afa027 Text Font Color

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

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


#afa027 Background Color

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

This div background color is #afa027


#afa027 Border Color

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

This div border color is #afa027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa027


Comments

No comments written yet.

Please login to write comment.