Color Hex Logo

#afedab Color Hex

#AFEDAB
(175,237,171)
0 Favorites   0 Comments

Color spaces of #afedab

RGB 175237171
HSL0.320.650.80
HSV116°28°93°
CMYK 0.260.000.28   0.07
XYZ55.314172.622649.6303
Yxy72.62260.31150.4090
Hunter Lab85.2189-33.271825.1236
CIE-Lab88.2674-31.980425.8524

#afedab color RGB value is (175,237,171).

#afedab hex color red value is 175, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afedab hue: 0.32 , saturation: 0.65 and the lightness value of afedab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10101011
Octal 257 355 253
Decimal 175 237 171
Hex AF ED AB

RGB Percentages of Color #afedab

%30.02
%40.65
%29.33

CMYK Percentages of Color #afedab

%26
%0
%28
%7

Triadic Colors of #afedab

#afedab #abafed #edabaf

Analogous Colors of #afedab

#afedab #abedc8 #d0edab

Monochromatic Colors of #afedab

#afedab

Complementary Color

#afedab #e9abed

#afedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedab Color CSS Codes

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

#afedab Text Font Color

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

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


#afedab Background Color

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

This div background color is #afedab


#afedab Border Color

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

This div border color is #afedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedab


Comments

No comments written yet.

Please login to write comment.