Color Hex Logo

#afbe75 Color Hex

#AFBE75
(175,190,117)
0 Favorites   0 Comments

Color spaces of #afbe75

RGB 175190117
HSL0.200.360.60
HSV72°38°75°
CMYK 0.080.000.38   0.25
XYZ39.303547.225223.8735
Yxy47.22520.35600.4278
Hunter Lab68.7206-18.171227.5071
CIE-Lab74.3336-16.862135.1472

#afbe75 color RGB value is (175,190,117).

#afbe75 hex color red value is 175, green value is 190 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #afbe75 hue: 0.20 , saturation: 0.36 and the lightness value of afbe75 is 0.60.

The process color (four color CMYK) of #afbe75 color hex is 0.08, 0.00, 0.38, 0.25. Web safe color of #afbe75 is #99cc66. Color #afbe75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01110101
Octal 257 276 165
Decimal 175 190 117
Hex AF BE 75

RGB Percentages of Color #afbe75

%36.31
%39.42
%24.27

CMYK Percentages of Color #afbe75

%8
%0
%38
%25

Triadic Colors of #afbe75

#afbe75 #75afbe #be75af

Analogous Colors of #afbe75

#afbe75 #8bbe75 #bea975

Monochromatic Colors of #afbe75

#afbe75

Complementary Color

#afbe75 #8475be

#afbe75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe75 Color CSS Codes

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

#afbe75 Text Font Color

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

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


#afbe75 Background Color

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

This div background color is #afbe75


#afbe75 Border Color

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

This div border color is #afbe75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe75


Comments

No comments written yet.

Please login to write comment.