Color Hex Logo

#aefbe5 Color Hex

#AEFBE5
(174,251,229)
0 Favorites   0 Comments

Color spaces of #aefbe5

RGB 174251229
HSL0.450.910.83
HSV163°31°98°
CMYK 0.310.000.09   0.02
XYZ66.095683.650286.7912
Yxy83.65020.27940.3536
Hunter Lab91.4605-31.05957.7592
CIE-Lab93.2984-28.13643.0061

#aefbe5 color RGB value is (174,251,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11100101
Octal 256 373 345
Decimal 174 251 229
Hex AE FB E5

RGB Percentages of Color #aefbe5

%26.61
%38.38
%35.02

CMYK Percentages of Color #aefbe5

%31
%0
%9
%2

Triadic Colors of #aefbe5

#aefbe5 #e5aefb #fbe5ae

Analogous Colors of #aefbe5

#aefbe5 #aeebfb #aefbbf

Monochromatic Colors of #aefbe5

#aefbe5

Complementary Color

#aefbe5 #fbaec4

#aefbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbe5 Color CSS Codes

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

#aefbe5 Text Font Color

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

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


#aefbe5 Background Color

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

This div background color is #aefbe5


#aefbe5 Border Color

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

This div border color is #aefbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbe5


Comments

No comments written yet.

Please login to write comment.