Color Hex Logo

#abe670 Color Hex

#ABE670
(171,230,112)
0 Favorites   0 Comments

Color spaces of #abe670

RGB 171230112
HSL0.250.700.67
HSV90°51°90°
CMYK 0.260.000.51   0.10
XYZ48.016066.421425.6191
Yxy66.42140.34280.4742
Hunter Lab81.4993-37.459138.4119
CIE-Lab85.2109-38.037551.0307

#abe670 color RGB value is (171,230,112).

#abe670 hex color red value is 171, green value is 230 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #abe670 hue: 0.25 , saturation: 0.70 and the lightness value of abe670 is 0.67.

The process color (four color CMYK) of #abe670 color hex is 0.26, 0.00, 0.51, 0.10. Web safe color of #abe670 is #99ff66. Color #abe670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 01110000
Octal 253 346 160
Decimal 171 230 112
Hex AB E6 70

RGB Percentages of Color #abe670

%33.33
%44.83
%21.83

CMYK Percentages of Color #abe670

%26
%0
%51
%10

Triadic Colors of #abe670

#abe670 #70abe6 #e670ab

Analogous Colors of #abe670

#abe670 #70e670 #e6e670

Monochromatic Colors of #abe670

#abe670

Complementary Color

#abe670 #ab70e6

#abe670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe670 Color CSS Codes

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

#abe670 Text Font Color

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

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


#abe670 Background Color

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

This div background color is #abe670


#abe670 Border Color

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

This div border color is #abe670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe670


Comments

No comments written yet.

Please login to write comment.