Color Hex Logo

#afdad7 Color Hex

#AFDAD7
(175,218,215)
0 Favorites   0 Comments

Color spaces of #afdad7

RGB 175218215
HSL0.490.370.77
HSV176°20°85°
CMYK 0.200.000.01   0.15
XYZ55.016364.163173.7750
Yxy64.16310.28510.3325
Hunter Lab80.1019-17.57931.4644
CIE-Lab84.0506-14.5551-3.1617

#afdad7 color RGB value is (175,218,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 11010111
Octal 257 332 327
Decimal 175 218 215
Hex AF DA D7

RGB Percentages of Color #afdad7

%28.78
%35.86
%35.36

CMYK Percentages of Color #afdad7

%20
%0
%1
%15

Triadic Colors of #afdad7

#afdad7 #d7afda #dad7af

Analogous Colors of #afdad7

#afdad7 #afc8da #afdac2

Monochromatic Colors of #afdad7

#afdad7

Complementary Color

#afdad7 #daafb2

#afdad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdad7 Color CSS Codes

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

#afdad7 Text Font Color

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

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


#afdad7 Background Color

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

This div background color is #afdad7


#afdad7 Border Color

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

This div border color is #afdad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdad7


Comments

No comments written yet.

Please login to write comment.