Color Hex Logo

#abed38 Color Hex

#ABED38
(171,237,56)
0 Favorites   0 Comments

Color spaces of #abed38

RGB 17123756
HSL0.230.830.57
HSV82°76°93°
CMYK 0.280.000.76   0.07
XYZ47.792669.511814.6396
Yxy69.51180.36220.5268
Hunter Lab83.3737-43.581947.9509
CIE-Lab86.7569-45.319674.7073

#abed38 color RGB value is (171,237,56).

#abed38 hex color red value is 171, green value is 237 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #abed38 hue: 0.23 , saturation: 0.83 and the lightness value of abed38 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 00111000
Octal 253 355 70
Decimal 171 237 56
Hex AB ED 38

RGB Percentages of Color #abed38

%36.85
%51.08
%12.07

CMYK Percentages of Color #abed38

%28
%0
%76
%7

Triadic Colors of #abed38

#abed38 #38abed #ed38ab

Analogous Colors of #abed38

#abed38 #50ed38 #edd538

Monochromatic Colors of #abed38

#abed38

Complementary Color

#abed38 #7a38ed

#abed38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abed38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abed38 Color CSS Codes

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

#abed38 Text Font Color

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

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


#abed38 Background Color

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

This div background color is #abed38


#abed38 Border Color

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

This div border color is #abed38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abed38


Comments

No comments written yet.

Please login to write comment.