Color Hex Logo

#ada4fc Color Hex

#ADA4FC
(173,164,252)
0 Favorites   0 Comments

Color spaces of #ada4fc

RGB 173164252
HSL0.680.940.82
HSV246°35°99°
CMYK 0.310.350.00   0.01
XYZ48.079742.463497.7576
Yxy42.46340.25530.2255
Hunter Lab65.163917.6652-43.3309
CIE-Lab71.189222.5768-42.6157

#ada4fc color RGB value is (173,164,252).

#ada4fc hex color red value is 173, green value is 164 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ada4fc hue: 0.68 , saturation: 0.94 and the lightness value of ada4fc is 0.82.

The process color (four color CMYK) of #ada4fc color hex is 0.31, 0.35, 0.00, 0.01. Web safe color of #ada4fc is #9999ff. Color #ada4fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 11111100
Octal 255 244 374
Decimal 173 164 252
Hex AD A4 FC

RGB Percentages of Color #ada4fc

%29.37
%27.84
%42.78

CMYK Percentages of Color #ada4fc

%31
%35
%0
%1

Triadic Colors of #ada4fc

#ada4fc #fcada4 #a4fcad

Analogous Colors of #ada4fc

#ada4fc #d9a4fc #a4c7fc

Monochromatic Colors of #ada4fc

#ada4fc

Complementary Color

#ada4fc #f3fca4

#ada4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada4fc Color CSS Codes

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

#ada4fc Text Font Color

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

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


#ada4fc Background Color

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

This div background color is #ada4fc


#ada4fc Border Color

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

This div border color is #ada4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.