Color Hex Logo

#afeca7 Color Hex

#AFECA7
(175,236,167)
0 Favorites   0 Comments

Color spaces of #afeca7

RGB 175236167
HSL0.310.640.79
HSV113°29°93°
CMYK 0.260.000.29   0.07
XYZ54.649771.894947.5560
Yxy71.89490.31390.4130
Hunter Lab84.7909-33.336626.1001
CIE-Lab87.9180-32.152327.4249

#afeca7 color RGB value is (175,236,167).

#afeca7 hex color red value is 175, green value is 236 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #afeca7 hue: 0.31 , saturation: 0.64 and the lightness value of afeca7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10100111
Octal 257 354 247
Decimal 175 236 167
Hex AF EC A7

RGB Percentages of Color #afeca7

%30.28
%40.83
%28.89

CMYK Percentages of Color #afeca7

%26
%0
%29
%7

Triadic Colors of #afeca7

#afeca7 #a7afec #eca7af

Analogous Colors of #afeca7

#afeca7 #a7ecc2 #d2eca7

Monochromatic Colors of #afeca7

#afeca7

Complementary Color

#afeca7 #e4a7ec

#afeca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeca7 Color CSS Codes

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

#afeca7 Text Font Color

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

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


#afeca7 Background Color

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

This div background color is #afeca7


#afeca7 Border Color

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

This div border color is #afeca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeca7


Comments

No comments written yet.

Please login to write comment.