Color Hex Logo

#abec94 Color Hex

#ABEC94
(171,236,148)
0 Favorites   0 Comments

Color spaces of #abec94

RGB 171236148
HSL0.290.700.75
HSV104°37°93°
CMYK 0.280.000.37   0.07
XYZ52.135370.787038.9324
Yxy70.78700.32210.4373
Hunter Lab84.1350-36.626531.4588
CIE-Lab87.3814-36.316436.2900

#abec94 color RGB value is (171,236,148).

#abec94 hex color red value is 171, green value is 236 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #abec94 hue: 0.29 , saturation: 0.70 and the lightness value of abec94 is 0.75.

The process color (four color CMYK) of #abec94 color hex is 0.28, 0.00, 0.37, 0.07. Web safe color of #abec94 is #99ff99. Color #abec94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 10010100
Octal 253 354 224
Decimal 171 236 148
Hex AB EC 94

RGB Percentages of Color #abec94

%30.81
%42.52
%26.67

CMYK Percentages of Color #abec94

%28
%0
%37
%7

Triadic Colors of #abec94

#abec94 #94abec #ec94ab

Analogous Colors of #abec94

#abec94 #94eca9 #d7ec94

Monochromatic Colors of #abec94

#abec94

Complementary Color

#abec94 #d594ec

#abec94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abec94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abec94 Color CSS Codes

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

#abec94 Text Font Color

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

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


#abec94 Background Color

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

This div background color is #abec94


#abec94 Border Color

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

This div border color is #abec94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abec94


Comments

No comments written yet.

Please login to write comment.