Color Hex Logo

#aefbf4 Color Hex

#AEFBF4
(174,251,244)
0 Favorites   0 Comments

Color spaces of #aefbf4

RGB 174251244
HSL0.480.910.83
HSV175°31°98°
CMYK 0.310.000.03   0.02
XYZ68.281984.524798.3040
Yxy84.52470.27190.3366
Hunter Lab91.9373-28.31820.9603
CIE-Lab93.6779-24.9411-4.2010

#aefbf4 color RGB value is (174,251,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11110100
Octal 256 373 364
Decimal 174 251 244
Hex AE FB F4

RGB Percentages of Color #aefbf4

%26.01
%37.52
%36.47

CMYK Percentages of Color #aefbf4

%31
%0
%3
%2

Triadic Colors of #aefbf4

#aefbf4 #f4aefb #fbf4ae

Analogous Colors of #aefbf4

#aefbf4 #aedcfb #aefbce

Monochromatic Colors of #aefbf4

#aefbf4

Complementary Color

#aefbf4 #fbaeb5

#aefbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbf4 Color CSS Codes

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

#aefbf4 Text Font Color

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

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


#aefbf4 Background Color

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

This div background color is #aefbf4


#aefbf4 Border Color

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

This div border color is #aefbf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbf4


Comments

No comments written yet.

Please login to write comment.