Color Hex Logo

#aedfcf Color Hex

#AEDFCF
(174,223,207)
0 Favorites   0 Comments

Color spaces of #aedfcf

RGB 174223207
HSL0.450.430.78
HSV160°22°87°
CMYK 0.220.000.07   0.13
XYZ55.105766.279068.9202
Yxy66.27900.28960.3483
Hunter Lab81.4119-21.64866.7957
CIE-Lab85.1385-19.01882.6550

#aedfcf color RGB value is (174,223,207).

#aedfcf hex color red value is 174, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aedfcf hue: 0.45 , saturation: 0.43 and the lightness value of aedfcf is 0.78.

The process color (four color CMYK) of #aedfcf color hex is 0.22, 0.00, 0.07, 0.13. Web safe color of #aedfcf is #99cccc. Color #aedfcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11001111
Octal 256 337 317
Decimal 174 223 207
Hex AE DF CF

RGB Percentages of Color #aedfcf

%28.81
%36.92
%34.27

CMYK Percentages of Color #aedfcf

%22
%0
%7
%13

Triadic Colors of #aedfcf

#aedfcf #cfaedf #dfcfae

Analogous Colors of #aedfcf

#aedfcf #aed7df #aedfb7

Monochromatic Colors of #aedfcf

#aedfcf

Complementary Color

#aedfcf #dfaebe

#aedfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfcf Color CSS Codes

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

#aedfcf Text Font Color

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

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


#aedfcf Background Color

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

This div background color is #aedfcf


#aedfcf Border Color

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

This div border color is #aedfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfcf


Comments

No comments written yet.

Please login to write comment.