Color Hex Logo

#afef75 Color Hex

#AFEF75
(175,239,117)
0 Favorites   0 Comments

Color spaces of #afef75

RGB 175239117
HSL0.250.790.70
HSV91°51°94°
CMYK 0.270.000.51   0.06
XYZ51.756672.131328.0245
Yxy72.13130.34070.4748
Hunter Lab84.9301-39.849539.8871
CIE-Lab88.0318-40.113052.1449

#afef75 color RGB value is (175,239,117).

#afef75 hex color red value is 175, green value is 239 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #afef75 hue: 0.25 , saturation: 0.79 and the lightness value of afef75 is 0.70.

The process color (four color CMYK) of #afef75 color hex is 0.27, 0.00, 0.51, 0.06. Web safe color of #afef75 is #99ff66. Color #afef75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 01110101
Octal 257 357 165
Decimal 175 239 117
Hex AF EF 75

RGB Percentages of Color #afef75

%32.96
%45.01
%22.03

CMYK Percentages of Color #afef75

%27
%0
%51
%6

Triadic Colors of #afef75

#afef75 #75afef #ef75af

Analogous Colors of #afef75

#afef75 #75ef78 #ecef75

Monochromatic Colors of #afef75

#afef75

Complementary Color

#afef75 #b575ef

#afef75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef75 Color CSS Codes

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

#afef75 Text Font Color

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

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


#afef75 Background Color

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

This div background color is #afef75


#afef75 Border Color

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

This div border color is #afef75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef75

Related Colors


Comments

No comments written yet.

Please login to write comment.