Color Hex Logo

#aedfdf Color Hex

#AEDFDF
(174,223,223)
0 Favorites   0 Comments

Color spaces of #aedfdf

RGB 174223223
HSL0.500.430.78
HSV180°22°87°
CMYK 0.220.000.00   0.13
XYZ57.162567.101779.7512
Yxy67.10170.28020.3289
Hunter Lab81.9156-18.7912-0.3825
CIE-Lab85.5553-15.6911-5.1881

#aedfdf color RGB value is (174,223,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11011111
Octal 256 337 337
Decimal 174 223 223
Hex AE DF DF

RGB Percentages of Color #aedfdf

%28.06
%35.97
%35.97

CMYK Percentages of Color #aedfdf

%22
%0
%0
%13

Triadic Colors of #aedfdf

#aedfdf #dfaedf #dfdfae

Analogous Colors of #aedfdf

#aedfdf #aec7df #aedfc7

Monochromatic Colors of #aedfdf

#aedfdf

Complementary Color

#aedfdf #dfaeae

#aedfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfdf Color CSS Codes

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

#aedfdf Text Font Color

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

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


#aedfdf Background Color

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

This div background color is #aedfdf


#aedfdf Border Color

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

This div border color is #aedfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfdf


Comments

No comments written yet.

Please login to write comment.