Color Hex Logo

#adabe5 Color Hex

#ADABE5
(173,171,229)
0 Favorites   0 Comments

Color spaces of #adabe5

RGB 173171229
HSL0.670.530.78
HSV242°25°90°
CMYK 0.240.250.00   0.10
XYZ45.939343.667280.1361
Yxy43.66720.27060.2573
Hunter Lab66.08128.4503-25.6437
CIE-Lab72.005513.0566-28.8393

#adabe5 color RGB value is (173,171,229).

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

The process color (four color CMYK) of #adabe5 color hex is 0.24, 0.25, 0.00, 0.10. Web safe color of #adabe5 is #9999cc. Color #adabe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11100101
Octal 255 253 345
Decimal 173 171 229
Hex AD AB E5

RGB Percentages of Color #adabe5

%30.19
%29.84
%39.97

CMYK Percentages of Color #adabe5

%24
%25
%0
%10

Triadic Colors of #adabe5

#adabe5 #e5adab #abe5ad

Analogous Colors of #adabe5

#adabe5 #caabe5 #abc6e5

Monochromatic Colors of #adabe5

#adabe5

Complementary Color

#adabe5 #e3e5ab

#adabe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabe5 Color CSS Codes

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

#adabe5 Text Font Color

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

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


#adabe5 Background Color

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

This div background color is #adabe5


#adabe5 Border Color

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

This div border color is #adabe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabe5


Comments

No comments written yet.

Please login to write comment.