Color Hex Logo

#aedcbc Color Hex

#AEDCBC
(174,220,188)
0 Favorites   0 Comments

Color spaces of #aedcbc

RGB 174220188
HSL0.380.400.77
HSV138°21°86°
CMYK 0.210.000.15   0.14
XYZ52.125963.815957.1473
Yxy63.81590.30120.3687
Hunter Lab79.8849-23.324913.5051
CIE-Lab83.8698-21.204810.8618

#aedcbc color RGB value is (174,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10111100
Octal 256 334 274
Decimal 174 220 188
Hex AE DC BC

RGB Percentages of Color #aedcbc

%29.90
%37.80
%32.30

CMYK Percentages of Color #aedcbc

%21
%0
%15
%14

Triadic Colors of #aedcbc

#aedcbc #bcaedc #dcbcae

Analogous Colors of #aedcbc

#aedcbc #aedcd3 #b7dcae

Monochromatic Colors of #aedcbc

#aedcbc

Complementary Color

#aedcbc #dcaece

#aedcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcbc Color CSS Codes

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

#aedcbc Text Font Color

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

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


#aedcbc Background Color

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

This div background color is #aedcbc


#aedcbc Border Color

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

This div border color is #aedcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcbc


Comments

No comments written yet.

Please login to write comment.