Color Hex Logo

#adebdf Color Hex

#ADEBDF
(173,235,223)
0 Favorites   0 Comments

Color spaces of #adebdf

RGB 173235223
HSL0.470.610.80
HSV168°26°92°
CMYK 0.260.000.05   0.08
XYZ60.261273.628680.8477
Yxy73.62860.28060.3429
Hunter Lab85.8071-24.80424.2018
CIE-Lab88.7467-21.9547-0.5082

#adebdf color RGB value is (173,235,223).

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

The process color (four color CMYK) of #adebdf color hex is 0.26, 0.00, 0.05, 0.08. Web safe color of #adebdf is #99ffcc. Color #adebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11011111
Octal 255 353 337
Decimal 173 235 223
Hex AD EB DF

RGB Percentages of Color #adebdf

%27.42
%37.24
%35.34

CMYK Percentages of Color #adebdf

%26
%0
%5
%8

Triadic Colors of #adebdf

#adebdf #dfadeb #ebdfad

Analogous Colors of #adebdf

#adebdf #add8eb #adebc0

Monochromatic Colors of #adebdf

#adebdf

Complementary Color

#adebdf #ebadb9

#adebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebdf Color CSS Codes

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

#adebdf Text Font Color

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

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


#adebdf Background Color

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

This div background color is #adebdf


#adebdf Border Color

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

This div border color is #adebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebdf


Comments

No comments written yet.

Please login to write comment.