Color Hex Logo

#aecfda Color Hex

#AECFDA
(174,207,218)
0 Favorites   0 Comments

Color spaces of #aecfda

RGB 174207218
HSL0.540.370.77
HSV195°20°85°
CMYK 0.200.050.00   0.15
XYZ52.423358.686374.8942
Yxy58.68630.28180.3155
Hunter Lab76.6070-11.9120-4.3395
CIE-Lab81.1189-8.5703-9.1003

#aecfda color RGB value is (174,207,218).

#aecfda hex color red value is 174, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aecfda hue: 0.54 , saturation: 0.37 and the lightness value of aecfda is 0.77.

The process color (four color CMYK) of #aecfda color hex is 0.20, 0.05, 0.00, 0.15. Web safe color of #aecfda is #99cccc. Color #aecfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11011010
Octal 256 317 332
Decimal 174 207 218
Hex AE CF DA

RGB Percentages of Color #aecfda

%29.05
%34.56
%36.39

CMYK Percentages of Color #aecfda

%20
%5
%0
%15

Triadic Colors of #aecfda

#aecfda #daaecf #cfdaae

Analogous Colors of #aecfda

#aecfda #aeb9da #aedacf

Monochromatic Colors of #aecfda

#aecfda

Complementary Color

#aecfda #dab9ae

#aecfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfda Color CSS Codes

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

#aecfda Text Font Color

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

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


#aecfda Background Color

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

This div background color is #aecfda


#aecfda Border Color

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

This div border color is #aecfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfda


Comments

No comments written yet.

Please login to write comment.