Color Hex Logo

#abedc1 Color Hex

#ABEDC1
(171,237,193)
0 Favorites   0 Comments

Color spaces of #abedc1

RGB 171237193
HSL0.390.650.80
HSV140°28°93°
CMYK 0.280.000.19   0.07
XYZ56.704473.076661.5686
Yxy73.07660.29630.3819
Hunter Lab85.4849-31.194617.1371
CIE-Lab88.4842-29.446414.7601

#abedc1 color RGB value is (171,237,193).

#abedc1 hex color red value is 171, green value is 237 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #abedc1 hue: 0.39 , saturation: 0.65 and the lightness value of abedc1 is 0.80.

The process color (four color CMYK) of #abedc1 color hex is 0.28, 0.00, 0.19, 0.07. Web safe color of #abedc1 is #99ffcc. Color #abedc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11000001
Octal 253 355 301
Decimal 171 237 193
Hex AB ED C1

RGB Percentages of Color #abedc1

%28.45
%39.43
%32.11

CMYK Percentages of Color #abedc1

%28
%0
%19
%7

Triadic Colors of #abedc1

#abedc1 #c1abed #edc1ab

Analogous Colors of #abedc1

#abedc1 #abede2 #b6edab

Monochromatic Colors of #abedc1

#abedc1

Complementary Color

#abedc1 #edabd7

#abedc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedc1 Color CSS Codes

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

#abedc1 Text Font Color

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

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


#abedc1 Background Color

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

This div background color is #abedc1


#abedc1 Border Color

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

This div border color is #abedc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,237,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 #abedc1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedc1


Comments

No comments written yet.

Please login to write comment.