Color Hex Logo

#aefbde Color Hex

#AEFBDE
(174,251,222)
0 Favorites   0 Comments

Color spaces of #aefbde

RGB 174251222
HSL0.440.910.83
HSV157°31°98°
CMYK 0.310.000.12   0.02
XYZ65.137683.267081.7463
Yxy83.26700.28300.3618
Hunter Lab91.2508-32.270010.7610
CIE-Lab93.1312-29.56656.3829

#aefbde color RGB value is (174,251,222).

#aefbde hex color red value is 174, green value is 251 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aefbde hue: 0.44 , saturation: 0.91 and the lightness value of aefbde is 0.83.

The process color (four color CMYK) of #aefbde color hex is 0.31, 0.00, 0.12, 0.02. Web safe color of #aefbde is #99ffcc. Color #aefbde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11011110
Octal 256 373 336
Decimal 174 251 222
Hex AE FB DE

RGB Percentages of Color #aefbde

%26.89
%38.79
%34.31

CMYK Percentages of Color #aefbde

%31
%0
%12
%2

Triadic Colors of #aefbde

#aefbde #deaefb #fbdeae

Analogous Colors of #aefbde

#aefbde #aef2fb #aefbb8

Monochromatic Colors of #aefbde

#aefbde

Complementary Color

#aefbde #fbaecb

#aefbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbde Color CSS Codes

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

#aefbde Text Font Color

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

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


#aefbde Background Color

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

This div background color is #aefbde


#aefbde Border Color

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

This div border color is #aefbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbde


Comments

No comments written yet.

Please login to write comment.