Color Hex Logo

#aeebba Color Hex

#AEEBBA
(174,235,186)
0 Favorites   0 Comments

Color spaces of #aeebba

RGB 174235186
HSL0.370.600.80
HSV132°26°92°
CMYK 0.260.000.21   0.08
XYZ56.026871.960557.3912
Yxy71.96050.30220.3882
Hunter Lab84.8295-30.559019.2682
CIE-Lab87.9496-28.825217.6667

#aeebba color RGB value is (174,235,186).

#aeebba hex color red value is 174, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aeebba hue: 0.37 , saturation: 0.60 and the lightness value of aeebba is 0.80.

The process color (four color CMYK) of #aeebba color hex is 0.26, 0.00, 0.21, 0.08. Web safe color of #aeebba is #99ffcc. Color #aeebba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 10111010
Octal 256 353 272
Decimal 174 235 186
Hex AE EB BA

RGB Percentages of Color #aeebba

%29.24
%39.50
%31.26

CMYK Percentages of Color #aeebba

%26
%0
%21
%8

Triadic Colors of #aeebba

#aeebba #baaeeb #ebbaae

Analogous Colors of #aeebba

#aeebba #aeebd9 #c1ebae

Monochromatic Colors of #aeebba

#aeebba

Complementary Color

#aeebba #ebaedf

#aeebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebba Color CSS Codes

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

#aeebba Text Font Color

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

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


#aeebba Background Color

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

This div background color is #aeebba


#aeebba Border Color

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

This div border color is #aeebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebba


Comments

No comments written yet.

Please login to write comment.