Color Hex Logo

#afabda Color Hex

#AFABDA
(175,171,218)
0 Favorites   0 Comments

Color spaces of #afabda

RGB 175171218
HSL0.680.390.76
HSV245°22°85°
CMYK 0.200.220.00   0.15
XYZ44.897043.301772.3214
Yxy43.30170.27970.2698
Hunter Lab65.80406.6306-19.0994
CIE-Lab71.759311.1276-23.1923

#afabda color RGB value is (175,171,218).

#afabda hex color red value is 175, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afabda hue: 0.68 , saturation: 0.39 and the lightness value of afabda is 0.76.

The process color (four color CMYK) of #afabda color hex is 0.20, 0.22, 0.00, 0.15. Web safe color of #afabda is #9999cc. Color #afabda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11011010
Octal 257 253 332
Decimal 175 171 218
Hex AF AB DA

RGB Percentages of Color #afabda

%31.03
%30.32
%38.65

CMYK Percentages of Color #afabda

%20
%22
%0
%15

Triadic Colors of #afabda

#afabda #daafab #abdaaf

Analogous Colors of #afabda

#afabda #c7abda #abbfda

Monochromatic Colors of #afabda

#afabda

Complementary Color

#afabda #d6daab

#afabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabda Color CSS Codes

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

#afabda Text Font Color

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

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


#afabda Background Color

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

This div background color is #afabda


#afabda Border Color

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

This div border color is #afabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabda


Comments

No comments written yet.

Please login to write comment.