Color Hex Logo

#aefbf1 Color Hex

#AEFBF1
(174,251,241)
0 Favorites   0 Comments

Color spaces of #aefbf1

RGB 174251241
HSL0.480.910.83
HSV172°31°98°
CMYK 0.310.000.04   0.02
XYZ67.829984.343995.9241
Yxy84.34390.27340.3400
Hunter Lab91.8389-28.88262.3599
CIE-Lab93.5997-25.5941-2.7632

#aefbf1 color RGB value is (174,251,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11110001
Octal 256 373 361
Decimal 174 251 241
Hex AE FB F1

RGB Percentages of Color #aefbf1

%26.13
%37.69
%36.19

CMYK Percentages of Color #aefbf1

%31
%0
%4
%2

Triadic Colors of #aefbf1

#aefbf1 #f1aefb #fbf1ae

Analogous Colors of #aefbf1

#aefbf1 #aedffb #aefbcb

Monochromatic Colors of #aefbf1

#aefbf1

Complementary Color

#aefbf1 #fbaeb8

#aefbf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbf1 Color CSS Codes

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

#aefbf1 Text Font Color

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

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


#aefbf1 Background Color

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

This div background color is #aefbf1


#aefbf1 Border Color

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

This div border color is #aefbf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbf1

Related Colors


Comments

No comments written yet.

Please login to write comment.