Color Hex Logo

#adafe1 Color Hex

#ADAFE1
(173,175,225)
0 Favorites   0 Comments

Color spaces of #adafe1

RGB 173175225
HSL0.660.460.78
HSV238°23°88°
CMYK 0.230.220.00   0.12
XYZ46.154244.980477.4837
Yxy44.98040.27370.2668
Hunter Lab67.06745.4714-21.5512
CIE-Lab72.87909.9025-25.3187

#adafe1 color RGB value is (173,175,225).

#adafe1 hex color red value is 173, green value is 175 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #adafe1 hue: 0.66 , saturation: 0.46 and the lightness value of adafe1 is 0.78.

The process color (four color CMYK) of #adafe1 color hex is 0.23, 0.22, 0.00, 0.12. Web safe color of #adafe1 is #9999cc. Color #adafe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 11100001
Octal 255 257 341
Decimal 173 175 225
Hex AD AF E1

RGB Percentages of Color #adafe1

%30.19
%30.54
%39.27

CMYK Percentages of Color #adafe1

%23
%22
%0
%12

Triadic Colors of #adafe1

#adafe1 #e1adaf #afe1ad

Analogous Colors of #adafe1

#adafe1 #c5ade1 #adc9e1

Monochromatic Colors of #adafe1

#adafe1

Complementary Color

#adafe1 #e1dfad

#adafe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafe1 Color CSS Codes

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

#adafe1 Text Font Color

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

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


#adafe1 Background Color

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

This div background color is #adafe1


#adafe1 Border Color

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

This div border color is #adafe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafe1


Comments

No comments written yet.

Please login to write comment.