Color Hex Logo

#aef8ba Color Hex

#AEF8BA
(174,248,186)
0 Favorites   0 Comments

Color spaces of #aef8ba

RGB 174248186
HSL0.360.840.83
HSV130°30°97°
CMYK 0.300.000.25   0.03
XYZ59.885979.678658.6776
Yxy79.67860.30210.4019
Hunter Lab89.2629-36.455523.5093
CIE-Lab91.5405-34.890522.6597

#aef8ba color RGB value is (174,248,186).

#aef8ba hex color red value is 174, green value is 248 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aef8ba hue: 0.36 , saturation: 0.84 and the lightness value of aef8ba is 0.83.

The process color (four color CMYK) of #aef8ba color hex is 0.30, 0.00, 0.25, 0.03. Web safe color of #aef8ba is #99ffcc. Color #aef8ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111000 10111010
Octal 256 370 272
Decimal 174 248 186
Hex AE F8 BA

RGB Percentages of Color #aef8ba

%28.62
%40.79
%30.59

CMYK Percentages of Color #aef8ba

%30
%0
%25
%3

Triadic Colors of #aef8ba

#aef8ba #baaef8 #f8baae

Analogous Colors of #aef8ba

#aef8ba #aef8df #c7f8ae

Monochromatic Colors of #aef8ba

#aef8ba

Complementary Color

#aef8ba #f8aeec

#aef8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef8ba Color CSS Codes

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

#aef8ba Text Font Color

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

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


#aef8ba Background Color

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

This div background color is #aef8ba


#aef8ba Border Color

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

This div border color is #aef8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef8ba


Comments

No comments written yet.

Please login to write comment.