Color Hex Logo

#adbae4 Color Hex

#ADBAE4
(173,186,228)
0 Favorites   0 Comments

Color spaces of #adbae4

RGB 173186228
HSL0.630.500.79
HSV226°24°89°
CMYK 0.240.180.00   0.11
XYZ48.796149.603580.4014
Yxy49.60350.27290.2774
Hunter Lab70.42980.4187-18.3836
CIE-Lab75.82524.5630-22.4526

#adbae4 color RGB value is (173,186,228).

#adbae4 hex color red value is 173, green value is 186 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #adbae4 hue: 0.63 , saturation: 0.50 and the lightness value of adbae4 is 0.79.

The process color (four color CMYK) of #adbae4 color hex is 0.24, 0.18, 0.00, 0.11. Web safe color of #adbae4 is #99cccc. Color #adbae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11100100
Octal 255 272 344
Decimal 173 186 228
Hex AD BA E4

RGB Percentages of Color #adbae4

%29.47
%31.69
%38.84

CMYK Percentages of Color #adbae4

%24
%18
%0
%11

Triadic Colors of #adbae4

#adbae4 #e4adba #bae4ad

Analogous Colors of #adbae4

#adbae4 #bcade4 #add6e4

Monochromatic Colors of #adbae4

#adbae4

Complementary Color

#adbae4 #e4d7ad

#adbae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbae4 Color CSS Codes

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

#adbae4 Text Font Color

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

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


#adbae4 Background Color

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

This div background color is #adbae4


#adbae4 Border Color

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

This div border color is #adbae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbae4


Comments

No comments written yet.

Please login to write comment.