Color Hex Logo

#adadf4 Color Hex

#ADADF4
(173,173,244)
0 Favorites   0 Comments

Color spaces of #adadf4

RGB 173173244
HSL0.670.760.82
HSV240°29°96°
CMYK 0.290.290.00   0.04
XYZ48.506345.303091.7758
Yxy45.30300.26140.2441
Hunter Lab67.307510.8509-33.7284
CIE-Lab73.091015.5545-35.3184

#adadf4 color RGB value is (173,173,244).

#adadf4 hex color red value is 173, green value is 173 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #adadf4 hue: 0.67 , saturation: 0.76 and the lightness value of adadf4 is 0.82.

The process color (four color CMYK) of #adadf4 color hex is 0.29, 0.29, 0.00, 0.04. Web safe color of #adadf4 is #9999ff. Color #adadf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11110100
Octal 255 255 364
Decimal 173 173 244
Hex AD AD F4

RGB Percentages of Color #adadf4

%29.32
%29.32
%41.36

CMYK Percentages of Color #adadf4

%29
%29
%0
%4

Triadic Colors of #adadf4

#adadf4 #f4adad #adf4ad

Analogous Colors of #adadf4

#adadf4 #d1adf4 #add1f4

Monochromatic Colors of #adadf4

#adadf4

Complementary Color

#adadf4 #f4f4ad

#adadf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadf4 Color CSS Codes

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

#adadf4 Text Font Color

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

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


#adadf4 Background Color

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

This div background color is #adadf4


#adadf4 Border Color

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

This div border color is #adadf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadf4


Comments

No comments written yet.

Please login to write comment.