Color Hex Logo

#afeabd Color Hex

#AFEABD
(175,234,189)
0 Favorites   0 Comments

Color spaces of #afeabd

RGB 175234189
HSL0.370.580.80
HSV134°25°92°
CMYK 0.250.000.19   0.08
XYZ56.287371.633759.0041
Yxy71.63370.30110.3832
Hunter Lab84.6367-29.403517.9119
CIE-Lab87.7920-27.497115.8955

#afeabd color RGB value is (175,234,189).

#afeabd hex color red value is 175, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afeabd hue: 0.37 , saturation: 0.58 and the lightness value of afeabd is 0.80.

The process color (four color CMYK) of #afeabd color hex is 0.25, 0.00, 0.19, 0.08. Web safe color of #afeabd is #99ffcc. Color #afeabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10111101
Octal 257 352 275
Decimal 175 234 189
Hex AF EA BD

RGB Percentages of Color #afeabd

%29.26
%39.13
%31.61

CMYK Percentages of Color #afeabd

%25
%0
%19
%8

Triadic Colors of #afeabd

#afeabd #bdafea #eabdaf

Analogous Colors of #afeabd

#afeabd #afeadb #bfeaaf

Monochromatic Colors of #afeabd

#afeabd

Complementary Color

#afeabd #eaafdc

#afeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeabd Color CSS Codes

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

#afeabd Text Font Color

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

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


#afeabd Background Color

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

This div background color is #afeabd


#afeabd Border Color

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

This div border color is #afeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeabd


Comments

No comments written yet.

Please login to write comment.