Color Hex Logo

#abed1f Color Hex

#ABED1F
(171,237,31)
0 Favorites   0 Comments

Color spaces of #abed1f

RGB 17123731
HSL0.220.850.53
HSV79°87°93°
CMYK 0.280.000.87   0.07
XYZ47.326169.325212.1831
Yxy69.32520.36730.5381
Hunter Lab83.2618-44.248449.6077
CIE-Lab86.6648-46.220880.6337

#abed1f color RGB value is (171,237,31).

#abed1f hex color red value is 171, green value is 237 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #abed1f hue: 0.22 , saturation: 0.85 and the lightness value of abed1f is 0.53.

The process color (four color CMYK) of #abed1f color hex is 0.28, 0.00, 0.87, 0.07. Web safe color of #abed1f is #99ff33. Color #abed1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 00011111
Octal 253 355 37
Decimal 171 237 31
Hex AB ED 1F

RGB Percentages of Color #abed1f

%38.95
%53.99
%7.06

CMYK Percentages of Color #abed1f

%28
%0
%87
%7

Triadic Colors of #abed1f

#abed1f #1fabed #ed1fab

Analogous Colors of #abed1f

#abed1f #44ed1f #edc81f

Monochromatic Colors of #abed1f

#abed1f

Complementary Color

#abed1f #611fed

#abed1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abed1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abed1f Color CSS Codes

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

#abed1f Text Font Color

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

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


#abed1f Background Color

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

This div background color is #abed1f


#abed1f Border Color

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

This div border color is #abed1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abed1f


Comments

No comments written yet.

Please login to write comment.