Color Hex Logo

#abddc1 Color Hex

#ABDDC1
(171,221,193)
0 Favorites   0 Comments

Color spaces of #abddc1

RGB 171221193
HSL0.410.420.77
HSV146°23°87°
CMYK 0.230.000.13   0.13
XYZ52.276764.221160.0927
Yxy64.22110.29600.3637
Hunter Lab80.1381-23.800211.6372
CIE-Lab84.0808-21.71978.5001

#abddc1 color RGB value is (171,221,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11000001
Octal 253 335 301
Decimal 171 221 193
Hex AB DD C1

RGB Percentages of Color #abddc1

%29.23
%37.78
%32.99

CMYK Percentages of Color #abddc1

%23
%0
%13
%13

Triadic Colors of #abddc1

#abddc1 #c1abdd #ddc1ab

Analogous Colors of #abddc1

#abddc1 #abddda #aeddab

Monochromatic Colors of #abddc1

#abddc1

Complementary Color

#abddc1 #ddabc7

#abddc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddc1 Color CSS Codes

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

#abddc1 Text Font Color

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

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


#abddc1 Background Color

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

This div background color is #abddc1


#abddc1 Border Color

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

This div border color is #abddc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddc1


Comments

No comments written yet.

Please login to write comment.