Color Hex Logo

#adbdf5 Color Hex

#ADBDF5
(173,189,245)
0 Favorites   0 Comments

Color spaces of #adbdf5

RGB 173189245
HSL0.630.780.82
HSV227°29°96°
CMYK 0.290.230.00   0.04
XYZ51.912651.872093.6624
Yxy51.87200.26290.2627
Hunter Lab72.02222.6214-26.6890
CIE-Lab77.20426.9672-29.5123

#adbdf5 color RGB value is (173,189,245).

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

The process color (four color CMYK) of #adbdf5 color hex is 0.29, 0.23, 0.00, 0.04. Web safe color of #adbdf5 is #99ccff. Color #adbdf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11110101
Octal 255 275 365
Decimal 173 189 245
Hex AD BD F5

RGB Percentages of Color #adbdf5

%28.50
%31.14
%40.36

CMYK Percentages of Color #adbdf5

%29
%23
%0
%4

Triadic Colors of #adbdf5

#adbdf5 #f5adbd #bdf5ad

Analogous Colors of #adbdf5

#adbdf5 #c1adf5 #ade1f5

Monochromatic Colors of #adbdf5

#adbdf5

Complementary Color

#adbdf5 #f5e5ad

#adbdf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdf5 Color CSS Codes

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

#adbdf5 Text Font Color

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

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


#adbdf5 Background Color

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

This div background color is #adbdf5


#adbdf5 Border Color

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

This div border color is #adbdf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdf5


Comments

No comments written yet.

Please login to write comment.