Color Hex Logo

#adb8e3 Color Hex

#ADB8E3
(173,184,227)
0 Favorites   0 Comments

Color spaces of #adb8e3

RGB 173184227
HSL0.630.490.78
HSV228°24°89°
CMYK 0.240.190.00   0.11
XYZ48.239248.711379.5328
Yxy48.71130.27330.2760
Hunter Lab69.79351.2354-18.7082
CIE-Lab75.27145.4215-22.7542

#adb8e3 color RGB value is (173,184,227).

#adb8e3 hex color red value is 173, green value is 184 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #adb8e3 hue: 0.63 , saturation: 0.49 and the lightness value of adb8e3 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 11100011
Octal 255 270 343
Decimal 173 184 227
Hex AD B8 E3

RGB Percentages of Color #adb8e3

%29.62
%31.51
%38.87

CMYK Percentages of Color #adb8e3

%24
%19
%0
%11

Triadic Colors of #adb8e3

#adb8e3 #e3adb8 #b8e3ad

Analogous Colors of #adb8e3

#adb8e3 #bdade3 #add3e3

Monochromatic Colors of #adb8e3

#adb8e3

Complementary Color

#adb8e3 #e3d8ad

#adb8e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb8e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb8e3 Color CSS Codes

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

#adb8e3 Text Font Color

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

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


#adb8e3 Background Color

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

This div background color is #adb8e3


#adb8e3 Border Color

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

This div border color is #adb8e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb8e3


Comments

No comments written yet.

Please login to write comment.