Color Hex Logo

#aeddbc Color Hex

#AEDDBC
(174,221,188)
0 Favorites   0 Comments

Color spaces of #aeddbc

RGB 174221188
HSL0.380.410.77
HSV138°21°87°
CMYK 0.210.000.15   0.13
XYZ52.389164.342457.2351
Yxy64.34240.30110.3699
Hunter Lab80.2137-23.792313.8443
CIE-Lab84.1437-21.697711.2515

#aeddbc color RGB value is (174,221,188).

#aeddbc hex color red value is 174, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aeddbc hue: 0.38 , saturation: 0.41 and the lightness value of aeddbc is 0.77.

The process color (four color CMYK) of #aeddbc color hex is 0.21, 0.00, 0.15, 0.13. Web safe color of #aeddbc is #99cccc. Color #aeddbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10111100
Octal 256 335 274
Decimal 174 221 188
Hex AE DD BC

RGB Percentages of Color #aeddbc

%29.85
%37.91
%32.25

CMYK Percentages of Color #aeddbc

%21
%0
%15
%13

Triadic Colors of #aeddbc

#aeddbc #bcaedd #ddbcae

Analogous Colors of #aeddbc

#aeddbc #aeddd4 #b8ddae

Monochromatic Colors of #aeddbc

#aeddbc

Complementary Color

#aeddbc #ddaecf

#aeddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddbc Color CSS Codes

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

#aeddbc Text Font Color

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

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


#aeddbc Background Color

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

This div background color is #aeddbc


#aeddbc Border Color

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

This div border color is #aeddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddbc


Comments

No comments written yet.

Please login to write comment.