Color Hex Logo

#aeddba Color Hex

#AEDDBA
(174,221,186)
0 Favorites   0 Comments

Color spaces of #aeddba

RGB 174221186
HSL0.380.410.77
HSV135°21°87°
CMYK 0.210.000.16   0.13
XYZ52.174964.256756.1073
Yxy64.25670.30240.3724
Hunter Lab80.1603-24.098014.6128
CIE-Lab84.0992-22.065512.2420

#aeddba color RGB value is (174,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10111010
Octal 256 335 272
Decimal 174 221 186
Hex AE DD BA

RGB Percentages of Color #aeddba

%29.95
%38.04
%32.01

CMYK Percentages of Color #aeddba

%21
%0
%16
%13

Triadic Colors of #aeddba

#aeddba #baaedd #ddbaae

Analogous Colors of #aeddba

#aeddba #aeddd2 #baddae

Monochromatic Colors of #aeddba

#aeddba

Complementary Color

#aeddba #ddaed1

#aeddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddba Color CSS Codes

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

#aeddba Text Font Color

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

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


#aeddba Background Color

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

This div background color is #aeddba


#aeddba Border Color

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

This div border color is #aeddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddba


Comments

No comments written yet.

Please login to write comment.