Color Hex Logo

#aeebbe Color Hex

#AEEBBE
(174,235,190)
0 Favorites   0 Comments

Color spaces of #aeebbe

RGB 174235190
HSL0.380.600.80
HSV136°26°92°
CMYK 0.260.000.19   0.08
XYZ56.458272.133059.6626
Yxy72.13300.29990.3832
Hunter Lab84.9311-29.971217.8016
CIE-Lab88.0326-28.109615.7059

#aeebbe color RGB value is (174,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 10111110
Octal 256 353 276
Decimal 174 235 190
Hex AE EB BE

RGB Percentages of Color #aeebbe

%29.05
%39.23
%31.72

CMYK Percentages of Color #aeebbe

%26
%0
%19
%8

Triadic Colors of #aeebbe

#aeebbe #beaeeb #ebbeae

Analogous Colors of #aeebbe

#aeebbe #aeebdd #bdebae

Monochromatic Colors of #aeebbe

#aeebbe

Complementary Color

#aeebbe #ebaedb

#aeebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebbe Color CSS Codes

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

#aeebbe Text Font Color

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

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


#aeebbe Background Color

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

This div background color is #aeebbe


#aeebbe Border Color

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

This div border color is #aeebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebbe


Comments

No comments written yet.

Please login to write comment.