Color Hex Logo

#abded7 Color Hex

#ABDED7
(171,222,215)
0 Favorites   0 Comments

Color spaces of #abded7

RGB 171222215
HSL0.480.440.77
HSV172°23°87°
CMYK 0.230.000.03   0.13
XYZ55.181665.806874.0836
Yxy65.80680.28290.3373
Hunter Lab81.1214-20.54052.6388
CIE-Lab84.8978-17.7897-1.9457

#abded7 color RGB value is (171,222,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11010111
Octal 253 336 327
Decimal 171 222 215
Hex AB DE D7

RGB Percentages of Color #abded7

%28.13
%36.51
%35.36

CMYK Percentages of Color #abded7

%23
%0
%3
%13

Triadic Colors of #abded7

#abded7 #d7abde #ded7ab

Analogous Colors of #abded7

#abded7 #abccde #abdebe

Monochromatic Colors of #abded7

#abded7

Complementary Color

#abded7 #deabb2

#abded7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abded7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abded7 Color CSS Codes

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

#abded7 Text Font Color

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

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


#abded7 Background Color

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

This div background color is #abded7


#abded7 Border Color

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

This div border color is #abded7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abded7

#abded7 Color Palettes


Comments

No comments written yet.

Please login to write comment.