Color Hex Logo

#afdab7 Color Hex

#AFDAB7
(175,218,183)
0 Favorites   0 Comments

Color spaces of #afdab7

RGB 175218183
HSL0.360.370.77
HSV131°20°85°
CMYK 0.200.000.16   0.15
XYZ51.297862.675754.1937
Yxy62.67570.30500.3727
Hunter Lab79.1680-22.882914.8312
CIE-Lab83.2715-20.804512.6588

#afdab7 color RGB value is (175,218,183).

#afdab7 hex color red value is 175, green value is 218 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #afdab7 hue: 0.36 , saturation: 0.37 and the lightness value of afdab7 is 0.77.

The process color (four color CMYK) of #afdab7 color hex is 0.20, 0.00, 0.16, 0.15. Web safe color of #afdab7 is #99cccc. Color #afdab7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10110111
Octal 257 332 267
Decimal 175 218 183
Hex AF DA B7

RGB Percentages of Color #afdab7

%30.38
%37.85
%31.77

CMYK Percentages of Color #afdab7

%20
%0
%16
%15

Triadic Colors of #afdab7

#afdab7 #b7afda #dab7af

Analogous Colors of #afdab7

#afdab7 #afdacd #bddaaf

Monochromatic Colors of #afdab7

#afdab7

Complementary Color

#afdab7 #daafd2

#afdab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdab7 Color CSS Codes

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

#afdab7 Text Font Color

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

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


#afdab7 Background Color

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

This div background color is #afdab7


#afdab7 Border Color

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

This div border color is #afdab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdab7


Comments

No comments written yet.

Please login to write comment.