Color Hex Logo

#aefdba Color Hex

#AEFDBA
(174,253,186)
0 Favorites   0 Comments

Color spaces of #aefdba

RGB 174253186
HSL0.360.950.84
HSV129°31°99°
CMYK 0.310.000.26   0.01
XYZ61.443882.794459.1969
Yxy82.79440.30200.4070
Hunter Lab90.9914-38.699325.1213
CIE-Lab92.9243-37.170324.5670

#aefdba color RGB value is (174,253,186).

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

The process color (four color CMYK) of #aefdba color hex is 0.31, 0.00, 0.26, 0.01. Web safe color of #aefdba is #99ffcc. Color #aefdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10111010
Octal 256 375 272
Decimal 174 253 186
Hex AE FD BA

RGB Percentages of Color #aefdba

%28.38
%41.27
%30.34

CMYK Percentages of Color #aefdba

%31
%0
%26
%1

Triadic Colors of #aefdba

#aefdba #baaefd #fdbaae

Analogous Colors of #aefdba

#aefdba #aefde2 #cafdae

Monochromatic Colors of #aefdba

#aefdba

Complementary Color

#aefdba #fdaef1

#aefdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdba Color CSS Codes

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

#aefdba Text Font Color

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

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


#aefdba Background Color

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

This div background color is #aefdba


#aefdba Border Color

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

This div border color is #aefdba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,253,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 #aefdba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdba


Comments

No comments written yet.

Please login to write comment.