Color Hex Logo

#aefdbf Color Hex

#AEFDBF
(174,253,191)
0 Favorites   0 Comments

Color spaces of #aefdbf

RGB 174253191
HSL0.370.950.84
HSV133°31°99°
CMYK 0.310.000.25   0.01
XYZ61.984883.010862.0460
Yxy83.01080.29940.4009
Hunter Lab91.1103-38.004523.4008
CIE-Lab93.0192-36.313922.1526

#aefdbf color RGB value is (174,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10111111
Octal 256 375 277
Decimal 174 253 191
Hex AE FD BF

RGB Percentages of Color #aefdbf

%28.16
%40.94
%30.91

CMYK Percentages of Color #aefdbf

%31
%0
%25
%1

Triadic Colors of #aefdbf

#aefdbf #bfaefd #fdbfae

Analogous Colors of #aefdbf

#aefdbf #aefde7 #c5fdae

Monochromatic Colors of #aefdbf

#aefdbf

Complementary Color

#aefdbf #fdaeec

#aefdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdbf Color CSS Codes

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

#aefdbf Text Font Color

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

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


#aefdbf Background Color

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

This div background color is #aefdbf


#aefdbf Border Color

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

This div border color is #aefdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdbf

#aefdbf Color Palettes


Comments

No comments written yet.

Please login to write comment.