Color Hex Logo

#afadd4 Color Hex

#AFADD4
(175,173,212)
0 Favorites   0 Comments

Color spaces of #afadd4

RGB 175173212
HSL0.680.310.75
HSV243°18°83°
CMYK 0.170.180.00   0.17
XYZ44.506443.754668.3871
Yxy43.75460.28410.2793
Hunter Lab66.14734.3439-14.9946
CIE-Lab72.06428.6809-19.4431

#afadd4 color RGB value is (175,173,212).

#afadd4 hex color red value is 175, green value is 173 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #afadd4 hue: 0.68 , saturation: 0.31 and the lightness value of afadd4 is 0.75.

The process color (four color CMYK) of #afadd4 color hex is 0.17, 0.18, 0.00, 0.17. Web safe color of #afadd4 is #9999cc. Color #afadd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11010100
Octal 257 255 324
Decimal 175 173 212
Hex AF AD D4

RGB Percentages of Color #afadd4

%31.25
%30.89
%37.86

CMYK Percentages of Color #afadd4

%17
%18
%0
%17

Triadic Colors of #afadd4

#afadd4 #d4afad #add4af

Analogous Colors of #afadd4

#afadd4 #c3add4 #adbfd4

Monochromatic Colors of #afadd4

#afadd4

Complementary Color

#afadd4 #d2d4ad

#afadd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadd4 Color CSS Codes

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

#afadd4 Text Font Color

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

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


#afadd4 Background Color

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

This div background color is #afadd4


#afadd4 Border Color

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

This div border color is #afadd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadd4


Comments

No comments written yet.

Please login to write comment.