Color Hex Logo

#aebcfd Color Hex

#AEBCFD
(174,188,253)
0 Favorites   0 Comments

Color spaces of #aebcfd

RGB 174188253
HSL0.640.950.84
HSV229°31°99°
CMYK 0.310.260.00   0.01
XYZ53.168452.0570100.1742
Yxy52.05700.25890.2534
Hunter Lab72.15055.2749-31.8132
CIE-Lab77.31499.7596-33.6312

#aebcfd color RGB value is (174,188,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11111101
Octal 256 274 375
Decimal 174 188 253
Hex AE BC FD

RGB Percentages of Color #aebcfd

%28.29
%30.57
%41.14

CMYK Percentages of Color #aebcfd

%31
%26
%0
%1

Triadic Colors of #aebcfd

#aebcfd #fdaebc #bcfdae

Analogous Colors of #aebcfd

#aebcfd #c8aefd #aee4fd

Monochromatic Colors of #aebcfd

#aebcfd

Complementary Color

#aebcfd #fdefae

#aebcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebcfd Color CSS Codes

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

#aebcfd Text Font Color

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

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


#aebcfd Background Color

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

This div background color is #aebcfd


#aebcfd Border Color

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

This div border color is #aebcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.