Color Hex Logo

#aefebf Color Hex

#AEFEBF
(174,254,191)
0 Favorites   0 Comments

Color spaces of #aefebf

RGB 174254191
HSL0.370.980.84
HSV133°31°100°
CMYK 0.310.000.25   0.00
XYZ62.301383.643962.1515
Yxy83.64390.29940.4019
Hunter Lab91.4570-38.454123.7282
CIE-Lab93.2956-36.768722.5353

#aefebf color RGB value is (174,254,191).

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

The process color (four color CMYK) of #aefebf color hex is 0.31, 0.00, 0.25, 0.00. Web safe color of #aefebf is #99ffcc. Color #aefebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10111111
Octal 256 376 277
Decimal 174 254 191
Hex AE FE BF

RGB Percentages of Color #aefebf

%28.11
%41.03
%30.86

CMYK Percentages of Color #aefebf

%31
%0
%25
%0

Triadic Colors of #aefebf

#aefebf #bfaefe #febfae

Analogous Colors of #aefebf

#aefebf #aefee7 #c5feae

Monochromatic Colors of #aefebf

#aefebf

Complementary Color

#aefebf #feaeed

#aefebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefebf Color CSS Codes

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

#aefebf Text Font Color

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

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


#aefebf Background Color

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

This div background color is #aefebf


#aefebf Border Color

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

This div border color is #aefebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefebf


Comments

No comments written yet.

Please login to write comment.