Color Hex Logo

#adb2da Color Hex

#ADB2DA
(173,178,218)
0 Favorites   0 Comments

Color spaces of #adb2da

RGB 173178218
HSL0.650.380.77
HSV233°21°85°
CMYK 0.210.180.00   0.15
XYZ45.808945.787072.7531
Yxy45.78700.27870.2786
Hunter Lab67.66612.4261-16.3810
CIE-Lab73.40716.6436-20.6977

#adb2da color RGB value is (173,178,218).

#adb2da hex color red value is 173, green value is 178 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #adb2da hue: 0.65 , saturation: 0.38 and the lightness value of adb2da is 0.77.

The process color (four color CMYK) of #adb2da color hex is 0.21, 0.18, 0.00, 0.15. Web safe color of #adb2da is #9999cc. Color #adb2da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 11011010
Octal 255 262 332
Decimal 173 178 218
Hex AD B2 DA

RGB Percentages of Color #adb2da

%30.40
%31.28
%38.31

CMYK Percentages of Color #adb2da

%21
%18
%0
%15

Triadic Colors of #adb2da

#adb2da #daadb2 #b2daad

Analogous Colors of #adb2da

#adb2da #bfadda #adc9da

Monochromatic Colors of #adb2da

#adb2da

Complementary Color

#adb2da #dad5ad

#adb2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb2da Color CSS Codes

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

#adb2da Text Font Color

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

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


#adb2da Background Color

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

This div background color is #adb2da


#adb2da Border Color

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

This div border color is #adb2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb2da


Comments

No comments written yet.

Please login to write comment.