Color Hex Logo

#aeebeb Color Hex

#AEEBEB
(174,235,235)
0 Favorites   0 Comments

Color spaces of #aeebeb

RGB 174235235
HSL0.500.600.80
HSV180°26°92°
CMYK 0.260.000.00   0.08
XYZ62.159374.413589.6844
Yxy74.41350.27470.3289
Hunter Lab86.2633-22.3378-1.2571
CIE-Lab89.1176-19.0901-6.2403

#aeebeb color RGB value is (174,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 11101011
Octal 256 353 353
Decimal 174 235 235
Hex AE EB EB

RGB Percentages of Color #aeebeb

%27.02
%36.49
%36.49

CMYK Percentages of Color #aeebeb

%26
%0
%0
%8

Triadic Colors of #aeebeb

#aeebeb #ebaeeb #ebebae

Analogous Colors of #aeebeb

#aeebeb #aecdeb #aeebcd

Monochromatic Colors of #aeebeb

#aeebeb

Complementary Color

#aeebeb #ebaeae

#aeebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebeb Color CSS Codes

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

#aeebeb Text Font Color

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

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


#aeebeb Background Color

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

This div background color is #aeebeb


#aeebeb Border Color

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

This div border color is #aeebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebeb


Comments

No comments written yet.

Please login to write comment.