Color Hex Logo

#aeedb8 Color Hex

#AEEDB8
(174,237,184)
0 Favorites   0 Comments

Color spaces of #aeedb8

RGB 174237184
HSL0.360.640.81
HSV130°27°93°
CMYK 0.270.000.22   0.07
XYZ56.391573.027756.4710
Yxy73.02770.30340.3929
Hunter Lab85.4562-31.758520.6395
CIE-Lab88.4609-30.121619.4164

#aeedb8 color RGB value is (174,237,184).

#aeedb8 hex color red value is 174, green value is 237 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #aeedb8 hue: 0.36 , saturation: 0.64 and the lightness value of aeedb8 is 0.81.

The process color (four color CMYK) of #aeedb8 color hex is 0.27, 0.00, 0.22, 0.07. Web safe color of #aeedb8 is #99ffcc. Color #aeedb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 10111000
Octal 256 355 270
Decimal 174 237 184
Hex AE ED B8

RGB Percentages of Color #aeedb8

%29.24
%39.83
%30.92

CMYK Percentages of Color #aeedb8

%27
%0
%22
%7

Triadic Colors of #aeedb8

#aeedb8 #b8aeed #edb8ae

Analogous Colors of #aeedb8

#aeedb8 #aeedd8 #c4edae

Monochromatic Colors of #aeedb8

#aeedb8

Complementary Color

#aeedb8 #edaee3

#aeedb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeedb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeedb8 Color CSS Codes

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

#aeedb8 Text Font Color

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

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


#aeedb8 Background Color

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

This div background color is #aeedb8


#aeedb8 Border Color

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

This div border color is #aeedb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeedb8


Comments

No comments written yet.

Please login to write comment.