Color Hex Logo

#adb4ef Color Hex

#ADB4EF
(173,180,239)
0 Favorites   0 Comments

Color spaces of #adb4ef

RGB 173180239
HSL0.650.670.81
HSV234°28°94°
CMYK 0.280.250.00   0.06
XYZ49.134847.758788.2900
Yxy47.75870.26530.2579
Hunter Lab69.10775.9731-27.3719
CIE-Lab74.672510.4560-30.1688

#adb4ef color RGB value is (173,180,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 11101111
Octal 255 264 357
Decimal 173 180 239
Hex AD B4 EF

RGB Percentages of Color #adb4ef

%29.22
%30.41
%40.37

CMYK Percentages of Color #adb4ef

%28
%25
%0
%6

Triadic Colors of #adb4ef

#adb4ef #efadb4 #b4efad

Analogous Colors of #adb4ef

#adb4ef #c7adef #add5ef

Monochromatic Colors of #adb4ef

#adb4ef

Complementary Color

#adb4ef #efe8ad

#adb4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb4ef Color CSS Codes

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

#adb4ef Text Font Color

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

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


#adb4ef Background Color

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

This div background color is #adb4ef


#adb4ef Border Color

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

This div border color is #adb4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb4ef


Comments

No comments written yet.

Please login to write comment.