Color Hex Logo

#aeeceb Color Hex

#AEECEB
(174,236,235)
0 Favorites   0 Comments

Color spaces of #aeeceb

RGB 174236235
HSL0.500.620.80
HSV179°26°93°
CMYK 0.260.000.00   0.07
XYZ62.446474.987789.7801
Yxy74.98770.27480.3300
Hunter Lab86.5954-22.8207-0.8537
CIE-Lab89.3872-19.5853-5.8419

#aeeceb color RGB value is (174,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 11101011
Octal 256 354 353
Decimal 174 236 235
Hex AE EC EB

RGB Percentages of Color #aeeceb

%26.98
%36.59
%36.43

CMYK Percentages of Color #aeeceb

%26
%0
%0
%7

Triadic Colors of #aeeceb

#aeeceb #ebaeec #ecebae

Analogous Colors of #aeeceb

#aeeceb #aeceec #aeeccc

Monochromatic Colors of #aeeceb

#aeeceb

Complementary Color

#aeeceb #ecaeaf

#aeeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeceb Color CSS Codes

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

#aeeceb Text Font Color

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

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


#aeeceb Background Color

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

This div background color is #aeeceb


#aeeceb Border Color

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

This div border color is #aeeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeceb


Comments

No comments written yet.

Please login to write comment.