Color Hex Logo

#afef98 Color Hex

#AFEF98
(175,239,152)
0 Favorites   0 Comments

Color spaces of #afef98

RGB 175239152
HSL0.290.730.77
HSV104°36°94°
CMYK 0.270.000.36   0.06
XYZ54.213273.114040.9608
Yxy73.11400.32210.4345
Hunter Lab85.5067-36.463731.4527
CIE-Lab88.5021-35.779835.7985

#afef98 color RGB value is (175,239,152).

#afef98 hex color red value is 175, green value is 239 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #afef98 hue: 0.29 , saturation: 0.73 and the lightness value of afef98 is 0.77.

The process color (four color CMYK) of #afef98 color hex is 0.27, 0.00, 0.36, 0.06. Web safe color of #afef98 is #99ff99. Color #afef98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10011000
Octal 257 357 230
Decimal 175 239 152
Hex AF EF 98

RGB Percentages of Color #afef98

%30.92
%42.23
%26.86

CMYK Percentages of Color #afef98

%27
%0
%36
%6

Triadic Colors of #afef98

#afef98 #98afef #ef98af

Analogous Colors of #afef98

#afef98 #98efad #dbef98

Monochromatic Colors of #afef98

#afef98

Complementary Color

#afef98 #d898ef

#afef98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef98 Color CSS Codes

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

#afef98 Text Font Color

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

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


#afef98 Background Color

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

This div background color is #afef98


#afef98 Border Color

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

This div border color is #afef98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef98


Comments

No comments written yet.

Please login to write comment.