Color Hex Logo

#aefdea Color Hex

#AEFDEA
(174,253,234)
0 Favorites   0 Comments

Color spaces of #aefdea

RGB 174253234
HSL0.460.950.84
HSV166°31°99°
CMYK 0.310.000.08   0.01
XYZ67.432185.189790.7311
Yxy85.18970.27710.3501
Hunter Lab92.2983-31.11186.3255
CIE-Lab93.9648-28.04311.3905

#aefdea color RGB value is (174,253,234).

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

The process color (four color CMYK) of #aefdea color hex is 0.31, 0.00, 0.08, 0.01. Web safe color of #aefdea is #99ffff. Color #aefdea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11101010
Octal 256 375 352
Decimal 174 253 234
Hex AE FD EA

RGB Percentages of Color #aefdea

%26.32
%38.28
%35.40

CMYK Percentages of Color #aefdea

%31
%0
%8
%1

Triadic Colors of #aefdea

#aefdea #eaaefd #fdeaae

Analogous Colors of #aefdea

#aefdea #aee9fd #aefdc3

Monochromatic Colors of #aefdea

#aefdea

Complementary Color

#aefdea #fdaec1

#aefdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdea Color CSS Codes

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

#aefdea Text Font Color

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

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


#aefdea Background Color

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

This div background color is #aefdea


#aefdea Border Color

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

This div border color is #aefdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdea

Related Colors


Comments

No comments written yet.

Please login to write comment.