Color Hex Logo

#ad8efa Color Hex

#AD8EFA
(173,142,250)
0 Favorites   0 Comments

Color spaces of #ad8efa

RGB 173142250
HSL0.710.920.77
HSV257°43°98°
CMYK 0.310.430.00   0.02
XYZ44.161935.132494.8961
Yxy35.13240.25350.2017
Hunter Lab59.272629.2670-53.4332
CIE-Lab65.851634.4547-49.9173

#ad8efa color RGB value is (173,142,250).

#ad8efa hex color red value is 173, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ad8efa hue: 0.71 , saturation: 0.92 and the lightness value of ad8efa is 0.77.

The process color (four color CMYK) of #ad8efa color hex is 0.31, 0.43, 0.00, 0.02. Web safe color of #ad8efa is #9999ff. Color #ad8efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001110 11111010
Octal 255 216 372
Decimal 173 142 250
Hex AD 8E FA

RGB Percentages of Color #ad8efa

%30.62
%25.13
%44.25

CMYK Percentages of Color #ad8efa

%31
%43
%0
%2

Triadic Colors of #ad8efa

#ad8efa #faad8e #8efaad

Analogous Colors of #ad8efa

#ad8efa #e38efa #8ea5fa

Monochromatic Colors of #ad8efa

#ad8efa

Complementary Color

#ad8efa #dbfa8e

#ad8efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8efa Color CSS Codes

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

#ad8efa Text Font Color

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

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


#ad8efa Background Color

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

This div background color is #ad8efa


#ad8efa Border Color

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

This div border color is #ad8efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8efa


Comments

No comments written yet.

Please login to write comment.