Color Hex Logo

#aecadf Color Hex

#AECADF
(174,202,223)
0 Favorites   0 Comments

Color spaces of #aecadf

RGB 174202223
HSL0.570.430.78
HSV206°22°87°
CMYK 0.220.090.00   0.13
XYZ51.895456.567477.9955
Yxy56.56740.27830.3034
Hunter Lab75.2113-8.4557-8.8369
CIE-Lab79.9357-4.8514-13.5443

#aecadf color RGB value is (174,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11011111
Octal 256 312 337
Decimal 174 202 223
Hex AE CA DF

RGB Percentages of Color #aecadf

%29.05
%33.72
%37.23

CMYK Percentages of Color #aecadf

%22
%9
%0
%13

Triadic Colors of #aecadf

#aecadf #dfaeca #cadfae

Analogous Colors of #aecadf

#aecadf #aeb2df #aedfdc

Monochromatic Colors of #aecadf

#aecadf

Complementary Color

#aecadf #dfc3ae

#aecadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecadf Color CSS Codes

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

#aecadf Text Font Color

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

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


#aecadf Background Color

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

This div background color is #aecadf


#aecadf Border Color

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

This div border color is #aecadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecadf


Comments

No comments written yet.

Please login to write comment.