Color Hex Logo

#aebffd Color Hex

#AEBFFD
(174,191,253)
0 Favorites   0 Comments

Color spaces of #aebffd

RGB 174191253
HSL0.630.950.84
HSV227°31°99°
CMYK 0.310.250.00   0.01
XYZ53.816053.3521100.3901
Yxy53.35210.25930.2570
Hunter Lab73.04253.6902-30.3588
CIE-Lab78.08248.1172-32.4475

#aebffd color RGB value is (174,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11111101
Octal 256 277 375
Decimal 174 191 253
Hex AE BF FD

RGB Percentages of Color #aebffd

%28.16
%30.91
%40.94

CMYK Percentages of Color #aebffd

%31
%25
%0
%1

Triadic Colors of #aebffd

#aebffd #fdaebf #bffdae

Analogous Colors of #aebffd

#aebffd #c5aefd #aee7fd

Monochromatic Colors of #aebffd

#aebffd

Complementary Color

#aebffd #fdecae

#aebffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebffd Color CSS Codes

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

#aebffd Text Font Color

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

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


#aebffd Background Color

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

This div background color is #aebffd


#aebffd Border Color

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

This div border color is #aebffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebffd

Related Colors


Comments

No comments written yet.

Please login to write comment.