Color Hex Logo

#abec34 Color Hex

#ABEC34
(171,236,52)
0 Favorites   0 Comments

Color spaces of #abec34

RGB 17123652
HSL0.230.830.56
HSV81°78°93°
CMYK 0.280.000.78   0.07
XYZ47.409968.896814.0485
Yxy68.89680.36370.5285
Hunter Lab83.0041-43.302448.0680
CIE-Lab86.4529-45.073675.5813

#abec34 color RGB value is (171,236,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 00110100
Octal 253 354 64
Decimal 171 236 52
Hex AB EC 34

RGB Percentages of Color #abec34

%37.25
%51.42
%11.33

CMYK Percentages of Color #abec34

%28
%0
%78
%7

Triadic Colors of #abec34

#abec34 #34abec #ec34ab

Analogous Colors of #abec34

#abec34 #4fec34 #ecd134

Monochromatic Colors of #abec34

#abec34

Complementary Color

#abec34 #7534ec

#abec34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abec34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abec34 Color CSS Codes

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

#abec34 Text Font Color

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

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


#abec34 Background Color

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

This div background color is #abec34


#abec34 Border Color

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

This div border color is #abec34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abec34


Comments

No comments written yet.

Please login to write comment.