Color Hex Logo

#adbedf Color Hex

#ADBEDF
(173,190,223)
0 Favorites   0 Comments

Color spaces of #adbedf

RGB 173190223
HSL0.610.440.78
HSV220°22°87°
CMYK 0.220.150.00   0.13
XYZ48.966351.038977.0827
Yxy51.03890.27650.2882
Hunter Lab71.4415-2.6780-13.9626
CIE-Lab76.70261.2464-18.4177

#adbedf color RGB value is (173,190,223).

#adbedf hex color red value is 173, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #adbedf hue: 0.61 , saturation: 0.44 and the lightness value of adbedf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11011111
Octal 255 276 337
Decimal 173 190 223
Hex AD BE DF

RGB Percentages of Color #adbedf

%29.52
%32.42
%38.05

CMYK Percentages of Color #adbedf

%22
%15
%0
%13

Triadic Colors of #adbedf

#adbedf #dfadbe #bedfad

Analogous Colors of #adbedf

#adbedf #b5addf #add7df

Monochromatic Colors of #adbedf

#adbedf

Complementary Color

#adbedf #dfcead

#adbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbedf Color CSS Codes

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

#adbedf Text Font Color

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

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


#adbedf Background Color

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

This div background color is #adbedf


#adbedf Border Color

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

This div border color is #adbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbedf


Comments

No comments written yet.

Please login to write comment.