Color Hex Logo

#aefded Color Hex

#AEFDED
(174,253,237)
1 Favorites   0 Comments

Color spaces of #aefded

RGB 174253237
HSL0.470.950.84
HSV168°31°99°
CMYK 0.310.000.06   0.01
XYZ67.866985.363793.0206
Yxy85.36370.27560.3467
Hunter Lab92.3925-30.56974.9817
CIE-Lab94.0396-27.4092-0.0504

#aefded color RGB value is (174,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11101101
Octal 256 375 355
Decimal 174 253 237
Hex AE FD ED

RGB Percentages of Color #aefded

%26.20
%38.10
%35.69

CMYK Percentages of Color #aefded

%31
%0
%6
%1

Triadic Colors of #aefded

#aefded #edaefd #fdedae

Analogous Colors of #aefded

#aefded #aee6fd #aefdc6

Monochromatic Colors of #aefded

#aefded

Complementary Color

#aefded #fdaebe

#aefded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefded Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefded Color CSS Codes

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

#aefded Text Font Color

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

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


#aefded Background Color

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

This div background color is #aefded


#aefded Border Color

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

This div border color is #aefded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefded


Comments

No comments written yet.

Please login to write comment.