Color Hex Logo

#adbeda Color Hex

#ADBEDA
(173,190,218)
0 Favorites   0 Comments

Color spaces of #adbeda

RGB 173190218
HSL0.600.380.77
HSV217°21°85°
CMYK 0.210.130.00   0.15
XYZ48.301950.773173.5841
Yxy50.77310.27980.2941
Hunter Lab71.2552-3.6966-11.3491
CIE-Lab76.54140.1201-15.9570

#adbeda color RGB value is (173,190,218).

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

The process color (four color CMYK) of #adbeda color hex is 0.21, 0.13, 0.00, 0.15. Web safe color of #adbeda is #99cccc. Color #adbeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11011010
Octal 255 276 332
Decimal 173 190 218
Hex AD BE DA

RGB Percentages of Color #adbeda

%29.78
%32.70
%37.52

CMYK Percentages of Color #adbeda

%21
%13
%0
%15

Triadic Colors of #adbeda

#adbeda #daadbe #bedaad

Analogous Colors of #adbeda

#adbeda #b3adda #add5da

Monochromatic Colors of #adbeda

#adbeda

Complementary Color

#adbeda #dac9ad

#adbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbeda Color CSS Codes

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

#adbeda Text Font Color

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

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


#adbeda Background Color

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

This div background color is #adbeda


#adbeda Border Color

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

This div border color is #adbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbeda


Comments

No comments written yet.

Please login to write comment.