Color Hex Logo

#aecffd Color Hex

#AECFFD
(174,207,253)
0 Favorites   0 Comments

Color spaces of #aecffd

RGB 174207253
HSL0.600.950.84
HSV215°31°99°
CMYK 0.310.180.00   0.01
XYZ57.498060.7162101.6174
Yxy60.71620.26160.2762
Hunter Lab77.9206-4.6450-22.7765
CIE-Lab82.2259-0.5165-26.0936

#aecffd color RGB value is (174,207,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11111101
Octal 256 317 375
Decimal 174 207 253
Hex AE CF FD

RGB Percentages of Color #aecffd

%27.44
%32.65
%39.91

CMYK Percentages of Color #aecffd

%31
%18
%0
%1

Triadic Colors of #aecffd

#aecffd #fdaecf #cffdae

Analogous Colors of #aecffd

#aecffd #b5aefd #aef7fd

Monochromatic Colors of #aecffd

#aecffd

Complementary Color

#aecffd #fddcae

#aecffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecffd Color CSS Codes

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

#aecffd Text Font Color

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

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


#aecffd Background Color

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

This div background color is #aecffd


#aecffd Border Color

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

This div border color is #aecffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecffd


Comments

No comments written yet.

Please login to write comment.