Color Hex Logo

#abed35 Color Hex

#ABED35
(171,237,53)
0 Favorites   0 Comments

Color spaces of #abed35

RGB 17123753
HSL0.230.840.57
HSV82°78°93°
CMYK 0.280.000.78   0.07
XYZ47.721469.483314.2646
Yxy69.48330.36300.5285
Hunter Lab83.3566-43.683548.2035
CIE-Lab86.7428-45.456675.5655

#abed35 color RGB value is (171,237,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 00110101
Octal 253 355 65
Decimal 171 237 53
Hex AB ED 35

RGB Percentages of Color #abed35

%37.09
%51.41
%11.50

CMYK Percentages of Color #abed35

%28
%0
%78
%7

Triadic Colors of #abed35

#abed35 #35abed #ed35ab

Analogous Colors of #abed35

#abed35 #4fed35 #edd335

Monochromatic Colors of #abed35

#abed35

Complementary Color

#abed35 #7735ed

#abed35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abed35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abed35 Color CSS Codes

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

#abed35 Text Font Color

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

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


#abed35 Background Color

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

This div background color is #abed35


#abed35 Border Color

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

This div border color is #abed35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abed35


Comments

No comments written yet.

Please login to write comment.