Color Hex Logo

#aefbf0 Color Hex

#AEFBF0
(174,251,240)
0 Favorites   0 Comments

Color spaces of #aefbf0

RGB 174251240
HSL0.480.910.83
HSV171°31°98°
CMYK 0.310.000.04   0.02
XYZ67.680984.284395.1394
Yxy84.28430.27390.3411
Hunter Lab91.8065-29.06892.8221
CIE-Lab93.5738-25.8102-2.2835

#aefbf0 color RGB value is (174,251,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11110000
Octal 256 373 360
Decimal 174 251 240
Hex AE FB F0

RGB Percentages of Color #aefbf0

%26.17
%37.74
%36.09

CMYK Percentages of Color #aefbf0

%31
%0
%4
%2

Triadic Colors of #aefbf0

#aefbf0 #f0aefb #fbf0ae

Analogous Colors of #aefbf0

#aefbf0 #aee0fb #aefbca

Monochromatic Colors of #aefbf0

#aefbf0

Complementary Color

#aefbf0 #fbaeb9

#aefbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbf0 Color CSS Codes

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

#aefbf0 Text Font Color

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

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


#aefbf0 Background Color

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

This div background color is #aefbf0


#aefbf0 Border Color

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

This div border color is #aefbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbf0

Related Colors


Comments

No comments written yet.

Please login to write comment.