Color Hex Logo

#afeeae Color Hex

#AFEEAE
(175,238,174)
0 Favorites   0 Comments

Color spaces of #afeeae

RGB 175238174
HSL0.330.650.81
HSV119°27°93°
CMYK 0.260.000.27   0.07
XYZ55.893773.319051.2505
Yxy73.31900.30970.4063
Hunter Lab85.6265-33.328524.4514
CIE-Lab88.5996-31.959424.7682

#afeeae color RGB value is (175,238,174).

#afeeae hex color red value is 175, green value is 238 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #afeeae hue: 0.33 , saturation: 0.65 and the lightness value of afeeae is 0.81.

The process color (four color CMYK) of #afeeae color hex is 0.26, 0.00, 0.27, 0.07. Web safe color of #afeeae is #99ff99. Color #afeeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10101110
Octal 257 356 256
Decimal 175 238 174
Hex AF EE AE

RGB Percentages of Color #afeeae

%29.81
%40.55
%29.64

CMYK Percentages of Color #afeeae

%26
%0
%27
%7

Triadic Colors of #afeeae

#afeeae #aeafee #eeaeaf

Analogous Colors of #afeeae

#afeeae #aeeecd #cfeeae

Monochromatic Colors of #afeeae

#afeeae

Complementary Color

#afeeae #edaeee

#afeeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeeae Color CSS Codes

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

#afeeae Text Font Color

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

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


#afeeae Background Color

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

This div background color is #afeeae


#afeeae Border Color

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

This div border color is #afeeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeeae


Comments

No comments written yet.

Please login to write comment.