Color Hex Logo

#aefbe6 Color Hex

#AEFBE6
(174,251,230)
0 Favorites   0 Comments

Color spaces of #aefbe6

RGB 174251230
HSL0.450.910.83
HSV164°31°98°
CMYK 0.310.000.08   0.02
XYZ66.235783.706287.5288
Yxy83.70620.27890.3525
Hunter Lab91.4911-30.88297.3215
CIE-Lab93.3227-27.92882.5243

#aefbe6 color RGB value is (174,251,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11100110
Octal 256 373 346
Decimal 174 251 230
Hex AE FB E6

RGB Percentages of Color #aefbe6

%26.56
%38.32
%35.11

CMYK Percentages of Color #aefbe6

%31
%0
%8
%2

Triadic Colors of #aefbe6

#aefbe6 #e6aefb #fbe6ae

Analogous Colors of #aefbe6

#aefbe6 #aeeafb #aefbc0

Monochromatic Colors of #aefbe6

#aefbe6

Complementary Color

#aefbe6 #fbaec3

#aefbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbe6 Color CSS Codes

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

#aefbe6 Text Font Color

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

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


#aefbe6 Background Color

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

This div background color is #aefbe6


#aefbe6 Border Color

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

This div border color is #aefbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbe6


Comments

No comments written yet.

Please login to write comment.