Color Hex Logo

#aeebd4 Color Hex

#AEEBD4
(174,235,212)
0 Favorites   0 Comments

Color spaces of #aeebd4

RGB 174235212
HSL0.440.600.80
HSV157°26°92°
CMYK 0.260.000.10   0.08
XYZ59.047673.168873.2982
Yxy73.16880.28730.3560
Hunter Lab85.5388-26.47399.0715
CIE-Lab88.5282-23.91604.9374

#aeebd4 color RGB value is (174,235,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 11010100
Octal 256 353 324
Decimal 174 235 212
Hex AE EB D4

RGB Percentages of Color #aeebd4

%28.02
%37.84
%34.14

CMYK Percentages of Color #aeebd4

%26
%0
%10
%8

Triadic Colors of #aeebd4

#aeebd4 #d4aeeb #ebd4ae

Analogous Colors of #aeebd4

#aeebd4 #aee4eb #aeebb6

Monochromatic Colors of #aeebd4

#aeebd4

Complementary Color

#aeebd4 #ebaec5

#aeebd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebd4 Color CSS Codes

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

#aeebd4 Text Font Color

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

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


#aeebd4 Background Color

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

This div background color is #aeebd4


#aeebd4 Border Color

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

This div border color is #aeebd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebd4


Comments

No comments written yet.

Please login to write comment.