Color Hex Logo

#abed93 Color Hex

#ABED93
(171,237,147)
0 Favorites   0 Comments

Color spaces of #abed93

RGB 171237147
HSL0.290.710.75
HSV104°38°93°
CMYK 0.280.000.38   0.07
XYZ52.345271.332938.6135
Yxy71.33290.32250.4395
Hunter Lab84.4588-37.173632.0145
CIE-Lab87.6465-36.910437.1357

#abed93 color RGB value is (171,237,147).

#abed93 hex color red value is 171, green value is 237 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #abed93 hue: 0.29 , saturation: 0.71 and the lightness value of abed93 is 0.75.

The process color (four color CMYK) of #abed93 color hex is 0.28, 0.00, 0.38, 0.07. Web safe color of #abed93 is #99ff99. Color #abed93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 10010011
Octal 253 355 223
Decimal 171 237 147
Hex AB ED 93

RGB Percentages of Color #abed93

%30.81
%42.70
%26.49

CMYK Percentages of Color #abed93

%28
%0
%38
%7

Triadic Colors of #abed93

#abed93 #93abed #ed93ab

Analogous Colors of #abed93

#abed93 #93eda8 #d8ed93

Monochromatic Colors of #abed93

#abed93

Complementary Color

#abed93 #d593ed

#abed93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abed93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abed93 Color CSS Codes

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

#abed93 Text Font Color

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

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


#abed93 Background Color

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

This div background color is #abed93


#abed93 Border Color

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

This div border color is #abed93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abed93


Comments

No comments written yet.

Please login to write comment.