Color Hex Logo

#abec55 Color Hex

#ABEC55
(171,236,85)
0 Favorites   0 Comments

Color spaces of #abec55

RGB 17123685
HSL0.240.800.63
HSV86°64°93°
CMYK 0.280.000.64   0.07
XYZ48.429769.304719.4190
Yxy69.30470.35310.5053
Hunter Lab83.2494-41.845644.4445
CIE-Lab86.6547-43.120464.4132

#abec55 color RGB value is (171,236,85).

#abec55 hex color red value is 171, green value is 236 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #abec55 hue: 0.24 , saturation: 0.80 and the lightness value of abec55 is 0.63.

The process color (four color CMYK) of #abec55 color hex is 0.28, 0.00, 0.64, 0.07. Web safe color of #abec55 is #99ff66. Color #abec55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 01010101
Octal 253 354 125
Decimal 171 236 85
Hex AB EC 55

RGB Percentages of Color #abec55

%34.76
%47.97
%17.28

CMYK Percentages of Color #abec55

%28
%0
%64
%7

Triadic Colors of #abec55

#abec55 #55abec #ec55ab

Analogous Colors of #abec55

#abec55 #60ec55 #ece255

Monochromatic Colors of #abec55

#abec55

Complementary Color

#abec55 #9655ec

#abec55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abec55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abec55 Color CSS Codes

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

#abec55 Text Font Color

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

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


#abec55 Background Color

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

This div background color is #abec55


#abec55 Border Color

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

This div border color is #abec55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abec55


Comments

No comments written yet.

Please login to write comment.