color codes Logo

#adb9f2 color codes

#ADB9F2
(173,185,242)
0 Favorites   0 Comments

Color spaces of #adb9f2

RGB 173185242
HSL0.640.730.81
HSV230°29°95°
CMYK 0.290.240.00   0.05
XYZ50.609649.993090.9866
Yxy49.99300.26420.2609
Hunter Lab70.70574.0313-26.8024
CIE-Lab76.06508.4293-29.6477

#adb9f2 color RGB value is (173,185,242).

#adb9f2 hex color red value is 173, green value is 185 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #adb9f2 hue: 0.64 , saturation: 0.73 and the lightness value of adb9f2 is 0.81.

The process color (four color CMYK) of #adb9f2 color code is 0.29, 0.24, 0.00, 0.05. Web safe color of #adb9f2 is #99ccff. Color #adb9f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 11110010
Octal 255 271 362
Decimal 173 185 242
Hex AD B9 F2

RGB Percentages of Color #adb9f2

%28.83
%30.83
%40.33

CMYK Percentages of Color #adb9f2

%29
%24
%0
%5

Triadic Colors of #adb9f2

#adb9f2 #f2adb9 #b9f2ad

Analogous Colors of #adb9f2

#adb9f2 #c4adf2 #addcf2

Monochromatic Colors of #adb9f2

#adb9f2

Complementary Color

#adb9f2 #f2e6ad

#adb9f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb9f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb9f2 Color CSS Codes

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

#adb9f2 Text Font Color

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

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


#adb9f2 Background Color

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

This div background color is #adb9f2


#adb9f2 Border Color

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

This div border color is #adb9f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb9f2


Comments

No comments written yet.

Please login to write comment.