Color Hex Logo

#aecbfd Color Hex

#AECBFD
(174,203,253)
0 Favorites   0 Comments

Color spaces of #aecbfd

RGB 174203253
HSL0.610.950.84
HSV218°31°99°
CMYK 0.310.200.00   0.01
XYZ56.541158.8024101.2985
Yxy58.80240.26100.2714
Hunter Lab76.6827-2.5799-24.6447
CIE-Lab81.18291.6206-27.6873

#aecbfd color RGB value is (174,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11111101
Octal 256 313 375
Decimal 174 203 253
Hex AE CB FD

RGB Percentages of Color #aecbfd

%27.62
%32.22
%40.16

CMYK Percentages of Color #aecbfd

%31
%20
%0
%1

Triadic Colors of #aecbfd

#aecbfd #fdaecb #cbfdae

Analogous Colors of #aecbfd

#aecbfd #b9aefd #aef3fd

Monochromatic Colors of #aecbfd

#aecbfd

Complementary Color

#aecbfd #fde0ae

#aecbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbfd Color CSS Codes

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

#aecbfd Text Font Color

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

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


#aecbfd Background Color

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

This div background color is #aecbfd


#aecbfd Border Color

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

This div border color is #aecbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.