Color Hex Logo

#abdedd Color Hex

#ABDEDD
(171,222,221)
0 Favorites   0 Comments

Color spaces of #abdedd

RGB 171222221
HSL0.500.440.77
HSV179°23°87°
CMYK 0.230.000.00   0.13
XYZ55.967066.120978.2195
Yxy66.12090.27940.3301
Hunter Lab81.3148-19.4436-0.1128
CIE-Lab85.0580-16.5109-4.8837

#abdedd color RGB value is (171,222,221).

#abdedd hex color red value is 171, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abdedd hue: 0.50 , saturation: 0.44 and the lightness value of abdedd is 0.77.

The process color (four color CMYK) of #abdedd color hex is 0.23, 0.00, 0.00, 0.13. Web safe color of #abdedd is #99cccc. Color #abdedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11011101
Octal 253 336 335
Decimal 171 222 221
Hex AB DE DD

RGB Percentages of Color #abdedd

%27.85
%36.16
%35.99

CMYK Percentages of Color #abdedd

%23
%0
%0
%13

Triadic Colors of #abdedd

#abdedd #ddabde #deddab

Analogous Colors of #abdedd

#abdedd #abc6de #abdec4

Monochromatic Colors of #abdedd

#abdedd

Complementary Color

#abdedd #deabac

#abdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdedd Color CSS Codes

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

#abdedd Text Font Color

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

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


#abdedd Background Color

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

This div background color is #abdedd


#abdedd Border Color

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

This div border color is #abdedd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,222,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abdedd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abdedd;
  -webkit-box-shadow: 1px 1px 3px 2px #abdedd;
  box-shadow:         1px 1px 3px 2px #abdedd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,222,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdedd


Comments

No comments written yet.

Please login to write comment.