Color Hex Logo

#aef895 Color Hex

#AEF895
(174,248,149)
0 Favorites   0 Comments

Color spaces of #aef895

RGB 174248149
HSL0.290.880.78
HSV105°40°97°
CMYK 0.300.000.40   0.03
XYZ56.447878.303440.5727
Yxy78.30340.32200.4466
Hunter Lab88.4892-40.989934.7577
CIE-Lab90.9182-40.573440.4216

#aef895 color RGB value is (174,248,149).

#aef895 hex color red value is 174, green value is 248 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aef895 hue: 0.29 , saturation: 0.88 and the lightness value of aef895 is 0.78.

The process color (four color CMYK) of #aef895 color hex is 0.30, 0.00, 0.40, 0.03. Web safe color of #aef895 is #99ff99. Color #aef895 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111000 10010101
Octal 256 370 225
Decimal 174 248 149
Hex AE F8 95

RGB Percentages of Color #aef895

%30.47
%43.43
%26.09

CMYK Percentages of Color #aef895

%30
%0
%40
%3

Triadic Colors of #aef895

#aef895 #95aef8 #f895ae

Analogous Colors of #aef895

#aef895 #95f8ae #e0f895

Monochromatic Colors of #aef895

#aef895

Complementary Color

#aef895 #df95f8

#aef895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef895 Color CSS Codes

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

#aef895 Text Font Color

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

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


#aef895 Background Color

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

This div background color is #aef895


#aef895 Border Color

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

This div border color is #aef895


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,248,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aef895; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aef895;
  -webkit-box-shadow: 1px 1px 3px 2px #aef895;
  box-shadow:         1px 1px 3px 2px #aef895; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,248,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef895


Comments

No comments written yet.

Please login to write comment.