Color Hex Logo

#adb5ef Color Hex

#ADB5EF
(173,181,239)
0 Favorites   0 Comments

Color spaces of #adb5ef

RGB 173181239
HSL0.650.670.81
HSV233°28°94°
CMYK 0.280.240.00   0.06
XYZ49.337448.164088.3576
Yxy48.16400.26550.2591
Hunter Lab69.40035.4470-26.9054
CIE-Lab74.92839.9043-29.7754

#adb5ef color RGB value is (173,181,239).

#adb5ef hex color red value is 173, green value is 181 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #adb5ef hue: 0.65 , saturation: 0.67 and the lightness value of adb5ef is 0.81.

The process color (four color CMYK) of #adb5ef color hex is 0.28, 0.24, 0.00, 0.06. Web safe color of #adb5ef is #99ccff. Color #adb5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 11101111
Octal 255 265 357
Decimal 173 181 239
Hex AD B5 EF

RGB Percentages of Color #adb5ef

%29.17
%30.52
%40.30

CMYK Percentages of Color #adb5ef

%28
%24
%0
%6

Triadic Colors of #adb5ef

#adb5ef #efadb5 #b5efad

Analogous Colors of #adb5ef

#adb5ef #c6adef #add6ef

Monochromatic Colors of #adb5ef

#adb5ef

Complementary Color

#adb5ef #efe7ad

#adb5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb5ef Color CSS Codes

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

#adb5ef Text Font Color

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

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


#adb5ef Background Color

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

This div background color is #adb5ef


#adb5ef Border Color

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

This div border color is #adb5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb5ef


Comments

No comments written yet.

Please login to write comment.