Color Hex Logo

#aedbba Color Hex

#AEDBBA
(174,219,186)
0 Favorites   0 Comments

Color spaces of #aedbba

RGB 174219186
HSL0.380.380.77
HSV136°21°86°
CMYK 0.210.000.15   0.14
XYZ51.650063.206955.9323
Yxy63.20690.30240.3701
Hunter Lab79.5028-23.165013.9399
CIE-Lab83.5511-21.080411.4638

#aedbba color RGB value is (174,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10111010
Octal 256 333 272
Decimal 174 219 186
Hex AE DB BA

RGB Percentages of Color #aedbba

%30.05
%37.82
%32.12

CMYK Percentages of Color #aedbba

%21
%0
%15
%14

Triadic Colors of #aedbba

#aedbba #baaedb #dbbaae

Analogous Colors of #aedbba

#aedbba #aedbd1 #b9dbae

Monochromatic Colors of #aedbba

#aedbba

Complementary Color

#aedbba #dbaecf

#aedbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbba Color CSS Codes

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

#aedbba Text Font Color

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

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


#aedbba Background Color

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

This div background color is #aedbba


#aedbba Border Color

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

This div border color is #aedbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbba


Comments

No comments written yet.

Please login to write comment.