Color Hex Logo

#aefbea Color Hex

#AEFBEA
(174,251,234)
0 Favorites   0 Comments

Color spaces of #aefbea

RGB 174251234
HSL0.460.910.83
HSV167°31°98°
CMYK 0.310.000.07   0.02
XYZ66.804083.933590.5218
Yxy83.93350.27690.3479
Hunter Lab91.6152-30.16805.5483
CIE-Lab93.4216-27.09070.5988

#aefbea color RGB value is (174,251,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11101010
Octal 256 373 352
Decimal 174 251 234
Hex AE FB EA

RGB Percentages of Color #aefbea

%26.40
%38.09
%35.51

CMYK Percentages of Color #aefbea

%31
%0
%7
%2

Triadic Colors of #aefbea

#aefbea #eaaefb #fbeaae

Analogous Colors of #aefbea

#aefbea #aee6fb #aefbc4

Monochromatic Colors of #aefbea

#aefbea

Complementary Color

#aefbea #fbaebf

#aefbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbea Color CSS Codes

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

#aefbea Text Font Color

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

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


#aefbea Background Color

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

This div background color is #aefbea


#aefbea Border Color

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

This div border color is #aefbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbea


Comments

No comments written yet.

Please login to write comment.