Color Hex Logo

#aed6cb Color Hex

#AED6CB
(174,214,203)
0 Favorites   0 Comments

Color spaces of #aed6cb

RGB 174214203
HSL0.450.330.76
HSV164°19°84°
CMYK 0.190.000.05   0.16
XYZ52.281661.403665.5965
Yxy61.40360.29160.3425
Hunter Lab78.3604-18.03675.2199
CIE-Lab82.5952-15.30381.0760

#aed6cb color RGB value is (174,214,203).

#aed6cb hex color red value is 174, green value is 214 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aed6cb hue: 0.45 , saturation: 0.33 and the lightness value of aed6cb is 0.76.

The process color (four color CMYK) of #aed6cb color hex is 0.19, 0.00, 0.05, 0.16. Web safe color of #aed6cb is #99cccc. Color #aed6cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 11001011
Octal 256 326 313
Decimal 174 214 203
Hex AE D6 CB

RGB Percentages of Color #aed6cb

%29.44
%36.21
%34.35

CMYK Percentages of Color #aed6cb

%19
%0
%5
%16

Triadic Colors of #aed6cb

#aed6cb #cbaed6 #d6cbae

Analogous Colors of #aed6cb

#aed6cb #aecdd6 #aed6b7

Monochromatic Colors of #aed6cb

#aed6cb

Complementary Color

#aed6cb #d6aeb9

#aed6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed6cb Color CSS Codes

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

#aed6cb Text Font Color

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

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


#aed6cb Background Color

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

This div background color is #aed6cb


#aed6cb Border Color

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

This div border color is #aed6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed6cb


Comments

No comments written yet.

Please login to write comment.