Color Hex Logo

#aecdf4 Color Hex

#AECDF4
(174,205,244)
0 Favorites   0 Comments

Color spaces of #aecdf4

RGB 174205244
HSL0.590.760.82
HSV213°29°96°
CMYK 0.290.160.00   0.04
XYZ55.616059.193094.0821
Yxy59.19300.26620.2834
Hunter Lab76.9370-5.6061-18.6467
CIE-Lab81.3976-1.6109-22.5661

#aecdf4 color RGB value is (174,205,244).

#aecdf4 hex color red value is 174, green value is 205 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #aecdf4 hue: 0.59 , saturation: 0.76 and the lightness value of aecdf4 is 0.82.

The process color (four color CMYK) of #aecdf4 color hex is 0.29, 0.16, 0.00, 0.04. Web safe color of #aecdf4 is #99ccff. Color #aecdf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11110100
Octal 256 315 364
Decimal 174 205 244
Hex AE CD F4

RGB Percentages of Color #aecdf4

%27.93
%32.91
%39.17

CMYK Percentages of Color #aecdf4

%29
%16
%0
%4

Triadic Colors of #aecdf4

#aecdf4 #f4aecd #cdf4ae

Analogous Colors of #aecdf4

#aecdf4 #b2aef4 #aef0f4

Monochromatic Colors of #aecdf4

#aecdf4

Complementary Color

#aecdf4 #f4d5ae

#aecdf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdf4 Color CSS Codes

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

#aecdf4 Text Font Color

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

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


#aecdf4 Background Color

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

This div background color is #aecdf4


#aecdf4 Border Color

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

This div border color is #aecdf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdf4


Comments

No comments written yet.

Please login to write comment.