Color Hex Logo

#aefbe4 Color Hex

#AEFBE4
(174,251,228)
0 Favorites   0 Comments

Color spaces of #aefbe4

RGB 174251228
HSL0.450.910.83
HSV162°31°98°
CMYK 0.310.000.09   0.02
XYZ65.956383.594586.0579
Yxy83.59450.27990.3548
Hunter Lab91.4300-31.23528.1947
CIE-Lab93.2741-28.34323.4880

#aefbe4 color RGB value is (174,251,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11100100
Octal 256 373 344
Decimal 174 251 228
Hex AE FB E4

RGB Percentages of Color #aefbe4

%26.65
%38.44
%34.92

CMYK Percentages of Color #aefbe4

%31
%0
%9
%2

Triadic Colors of #aefbe4

#aefbe4 #e4aefb #fbe4ae

Analogous Colors of #aefbe4

#aefbe4 #aeecfb #aefbbe

Monochromatic Colors of #aefbe4

#aefbe4

Complementary Color

#aefbe4 #fbaec5

#aefbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbe4 Color CSS Codes

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

#aefbe4 Text Font Color

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

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


#aefbe4 Background Color

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

This div background color is #aefbe4


#aefbe4 Border Color

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

This div border color is #aefbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbe4

Related Colors


Comments

No comments written yet.

Please login to write comment.