Color Hex Logo

#aeeaeb Color Hex

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

Color spaces of #aeeaeb

RGB 174234235
HSL0.500.600.80
HSV181°26°92°
CMYK 0.260.000.00   0.08
XYZ61.873873.842589.5892
Yxy73.84250.27460.3277
Hunter Lab85.9317-21.8542-1.6614
CIE-Lab88.8480-18.5936-6.6386

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

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

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

Base Numbers

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

RGB Percentages of Color #aeeaeb

%27.06
%36.39
%36.55

CMYK Percentages of Color #aeeaeb

%26
%0
%0
%8

Triadic Colors of #aeeaeb

#aeeaeb #ebaeea #eaebae

Analogous Colors of #aeeaeb

#aeeaeb #aecceb #aeebce

Monochromatic Colors of #aeeaeb

#aeeaeb

Complementary Color

#aeeaeb #ebafae

#aeeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeaeb Color CSS Codes

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

#aeeaeb Text Font Color

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

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


#aeeaeb Background Color

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

This div background color is #aeeaeb


#aeeaeb Border Color

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

This div border color is #aeeaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,234,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 #aeeaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeaeb


Comments

No comments written yet.

Please login to write comment.