Color Hex Logo

#aeebea Color Hex

#AEEBEA
(174,235,234)
0 Favorites   0 Comments

Color spaces of #aeebea

RGB 174235234
HSL0.500.600.80
HSV179°26°92°
CMYK 0.260.000.00   0.08
XYZ62.015274.355888.9255
Yxy74.35580.27530.3300
Hunter Lab86.2298-22.5276-0.7826
CIE-Lab89.0904-19.3085-5.7568

#aeebea color RGB value is (174,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 11101010
Octal 256 353 352
Decimal 174 235 234
Hex AE EB EA

RGB Percentages of Color #aeebea

%27.06
%36.55
%36.39

CMYK Percentages of Color #aeebea

%26
%0
%0
%8

Triadic Colors of #aeebea

#aeebea #eaaeeb #ebeaae

Analogous Colors of #aeebea

#aeebea #aeceeb #aeebcc

Monochromatic Colors of #aeebea

#aeebea

Complementary Color

#aeebea #ebaeaf

#aeebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebea Color CSS Codes

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

#aeebea Text Font Color

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

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


#aeebea Background Color

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

This div background color is #aeebea


#aeebea Border Color

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

This div border color is #aeebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebea


Comments

No comments written yet.

Please login to write comment.