Color Hex Logo

#abddc5 Color Hex

#ABDDC5
(171,221,197)
0 Favorites   0 Comments

Color spaces of #abddc5

RGB 171221197
HSL0.420.420.77
HSV151°23°87°
CMYK 0.230.000.11   0.13
XYZ52.729164.402062.4750
Yxy64.40200.29360.3586
Hunter Lab80.2509-23.155010.0186
CIE-Lab84.1746-20.94606.5221

#abddc5 color RGB value is (171,221,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11000101
Octal 253 335 305
Decimal 171 221 197
Hex AB DD C5

RGB Percentages of Color #abddc5

%29.03
%37.52
%33.45

CMYK Percentages of Color #abddc5

%23
%0
%11
%13

Triadic Colors of #abddc5

#abddc5 #c5abdd #ddc5ab

Analogous Colors of #abddc5

#abddc5 #abdcdd #abddac

Monochromatic Colors of #abddc5

#abddc5

Complementary Color

#abddc5 #ddabc3

#abddc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddc5 Color CSS Codes

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

#abddc5 Text Font Color

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

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


#abddc5 Background Color

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

This div background color is #abddc5


#abddc5 Border Color

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

This div border color is #abddc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddc5


Comments

No comments written yet.

Please login to write comment.