Color Hex Logo

#adabe1 Color Hex

#ADABE1
(173,171,225)
0 Favorites   0 Comments

Color spaces of #adabe1

RGB 173171225
HSL0.670.470.78
HSV242°24°88°
CMYK 0.230.240.00   0.12
XYZ45.387143.446377.2280
Yxy43.44630.27330.2616
Hunter Lab65.91387.5628-23.3275
CIE-Lab71.856812.1188-26.8844

#adabe1 color RGB value is (173,171,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11100001
Octal 255 253 341
Decimal 173 171 225
Hex AD AB E1

RGB Percentages of Color #adabe1

%30.40
%30.05
%39.54

CMYK Percentages of Color #adabe1

%23
%24
%0
%12

Triadic Colors of #adabe1

#adabe1 #e1adab #abe1ad

Analogous Colors of #adabe1

#adabe1 #c8abe1 #abc4e1

Monochromatic Colors of #adabe1

#adabe1

Complementary Color

#adabe1 #dfe1ab

#adabe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabe1 Color CSS Codes

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

#adabe1 Text Font Color

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

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


#adabe1 Background Color

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

This div background color is #adabe1


#adabe1 Border Color

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

This div border color is #adabe1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,171,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 #adabe1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabe1


Comments

No comments written yet.

Please login to write comment.