Color Hex Logo

#abddc4 Color Hex

#ABDDC4
(171,221,196)
0 Favorites   0 Comments

Color spaces of #abddc4

RGB 171221196
HSL0.420.420.77
HSV150°23°87°
CMYK 0.230.000.11   0.13
XYZ52.614864.356461.8735
Yxy64.35640.29420.3598
Hunter Lab80.2224-23.318010.4269
CIE-Lab84.1510-21.14127.0165

#abddc4 color RGB value is (171,221,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11000100
Octal 253 335 304
Decimal 171 221 196
Hex AB DD C4

RGB Percentages of Color #abddc4

%29.08
%37.59
%33.33

CMYK Percentages of Color #abddc4

%23
%0
%11
%13

Triadic Colors of #abddc4

#abddc4 #c4abdd #ddc4ab

Analogous Colors of #abddc4

#abddc4 #abdddd #abddab

Monochromatic Colors of #abddc4

#abddc4

Complementary Color

#abddc4 #ddabc4

#abddc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddc4 Color CSS Codes

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

#abddc4 Text Font Color

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

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


#abddc4 Background Color

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

This div background color is #abddc4


#abddc4 Border Color

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

This div border color is #abddc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddc4


Comments

No comments written yet.

Please login to write comment.