Color Hex Logo

#aed5c4 Color Hex

#AED5C4
(174,213,196)
0 Favorites   0 Comments

Color spaces of #aed5c4

RGB 174213196
HSL0.430.320.76
HSV154°18°84°
CMYK 0.180.000.08   0.16
XYZ51.213660.572761.2170
Yxy60.57270.29600.3501
Hunter Lab77.8285-18.74117.8446
CIE-Lab82.1485-16.18704.1519

#aed5c4 color RGB value is (174,213,196).

#aed5c4 hex color red value is 174, green value is 213 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aed5c4 hue: 0.43 , saturation: 0.32 and the lightness value of aed5c4 is 0.76.

The process color (four color CMYK) of #aed5c4 color hex is 0.18, 0.00, 0.08, 0.16. Web safe color of #aed5c4 is #99cccc. Color #aed5c4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 11000100
Octal 256 325 304
Decimal 174 213 196
Hex AE D5 C4

RGB Percentages of Color #aed5c4

%29.85
%36.54
%33.62

CMYK Percentages of Color #aed5c4

%18
%0
%8
%16

Triadic Colors of #aed5c4

#aed5c4 #c4aed5 #d5c4ae

Analogous Colors of #aed5c4

#aed5c4 #aed3d5 #aed5b1

Monochromatic Colors of #aed5c4

#aed5c4

Complementary Color

#aed5c4 #d5aebf

#aed5c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed5c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed5c4 Color CSS Codes

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

#aed5c4 Text Font Color

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

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


#aed5c4 Background Color

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

This div background color is #aed5c4


#aed5c4 Border Color

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

This div border color is #aed5c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed5c4


Comments

No comments written yet.

Please login to write comment.