Color Hex Logo

#aefbb3 Color Hex

#AEFBB3
(174,251,179)
0 Favorites   0 Comments

Color spaces of #aefbb3

RGB 174251179
HSL0.340.910.83
HSV124°31°98°
CMYK 0.310.000.29   0.02
XYZ60.089481.247755.1632
Yxy81.24770.30580.4135
Hunter Lab90.1375-38.745126.8114
CIE-Lab92.2418-37.428627.1853

#aefbb3 color RGB value is (174,251,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 10110011
Octal 256 373 263
Decimal 174 251 179
Hex AE FB B3

RGB Percentages of Color #aefbb3

%28.81
%41.56
%29.64

CMYK Percentages of Color #aefbb3

%31
%0
%29
%2

Triadic Colors of #aefbb3

#aefbb3 #b3aefb #fbb3ae

Analogous Colors of #aefbb3

#aefbb3 #aefbda #d0fbae

Monochromatic Colors of #aefbb3

#aefbb3

Complementary Color

#aefbb3 #fbaef6

#aefbb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbb3 Color CSS Codes

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

#aefbb3 Text Font Color

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

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


#aefbb3 Background Color

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

This div background color is #aefbb3


#aefbb3 Border Color

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

This div border color is #aefbb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbb3

Related Colors


Comments

No comments written yet.

Please login to write comment.