Color Hex Logo

#aefeed Color Hex

#AEFEED
(174,254,237)
0 Favorites   0 Comments

Color spaces of #aefeed

RGB 174254237
HSL0.460.980.84
HSV167°31°100°
CMYK 0.310.000.07   0.00
XYZ68.183485.996793.1261
Yxy85.99670.27570.3477
Hunter Lab92.7344-31.04235.3737
CIE-Lab94.3109-27.88510.3457

#aefeed color RGB value is (174,254,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11101101
Octal 256 376 355
Decimal 174 254 237
Hex AE FE ED

RGB Percentages of Color #aefeed

%26.17
%38.20
%35.64

CMYK Percentages of Color #aefeed

%31
%0
%7
%0

Triadic Colors of #aefeed

#aefeed #edaefe #feedae

Analogous Colors of #aefeed

#aefeed #aee7fe #aefec5

Monochromatic Colors of #aefeed

#aefeed

Complementary Color

#aefeed #feaebf

#aefeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefeed Color CSS Codes

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

#aefeed Text Font Color

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

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


#aefeed Background Color

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

This div background color is #aefeed


#aefeed Border Color

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

This div border color is #aefeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefeed


Comments

No comments written yet.

Please login to write comment.