Color Hex Logo

#aecafd Color Hex

#AECAFD
(174,202,253)
0 Favorites   0 Comments

Color spaces of #aecafd

RGB 174202253
HSL0.610.950.84
HSV219°31°99°
CMYK 0.310.200.00   0.01
XYZ56.305758.3316101.2200
Yxy58.33160.26080.2702
Hunter Lab76.3751-2.0617-25.1145
CIE-Lab80.92282.1571-28.0853

#aecafd color RGB value is (174,202,253).

#aecafd hex color red value is 174, green value is 202 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aecafd hue: 0.61 , saturation: 0.95 and the lightness value of aecafd is 0.84.

The process color (four color CMYK) of #aecafd color hex is 0.31, 0.20, 0.00, 0.01. Web safe color of #aecafd is #99ccff. Color #aecafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11111101
Octal 256 312 375
Decimal 174 202 253
Hex AE CA FD

RGB Percentages of Color #aecafd

%27.66
%32.11
%40.22

CMYK Percentages of Color #aecafd

%31
%20
%0
%1

Triadic Colors of #aecafd

#aecafd #fdaeca #cafdae

Analogous Colors of #aecafd

#aecafd #baaefd #aef2fd

Monochromatic Colors of #aecafd

#aecafd

Complementary Color

#aecafd #fde1ae

#aecafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecafd Color CSS Codes

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

#aecafd Text Font Color

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

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


#aecafd Background Color

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

This div background color is #aecafd


#aecafd Border Color

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

This div border color is #aecafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecafd

Related Colors


Comments

No comments written yet.

Please login to write comment.