Color Hex Logo

#aed7cf Color Hex

#AED7CF
(174,215,207)
0 Favorites   0 Comments

Color spaces of #aed7cf

RGB 174215207
HSL0.470.340.76
HSV168°19°84°
CMYK 0.190.000.04   0.16
XYZ53.018562.104568.2245
Yxy62.10450.28920.3387
Hunter Lab78.8064-17.82203.8358
CIE-Lab82.9690-14.9989-0.5059

#aed7cf color RGB value is (174,215,207).

#aed7cf hex color red value is 174, green value is 215 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aed7cf hue: 0.47 , saturation: 0.34 and the lightness value of aed7cf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 11001111
Octal 256 327 317
Decimal 174 215 207
Hex AE D7 CF

RGB Percentages of Color #aed7cf

%29.19
%36.07
%34.73

CMYK Percentages of Color #aed7cf

%19
%0
%4
%16

Triadic Colors of #aed7cf

#aed7cf #cfaed7 #d7cfae

Analogous Colors of #aed7cf

#aed7cf #aecbd7 #aed7bb

Monochromatic Colors of #aed7cf

#aed7cf

Complementary Color

#aed7cf #d7aeb6

#aed7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed7cf Color CSS Codes

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

#aed7cf Text Font Color

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

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


#aed7cf Background Color

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

This div background color is #aed7cf


#aed7cf Border Color

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

This div border color is #aed7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed7cf


Comments

No comments written yet.

Please login to write comment.