Color Hex Logo

#aedbf4 Color Hex

#AEDBF4
(174,219,244)
0 Favorites   0 Comments

Color spaces of #aedbf4

RGB 174219244
HSL0.560.760.82
HSV201°29°96°
CMYK 0.290.100.00   0.04
XYZ59.116266.193495.2488
Yxy66.19340.26800.3001
Hunter Lab81.3593-12.6796-12.4603
CIE-Lab85.0950-8.9526-16.9755

#aedbf4 color RGB value is (174,219,244).

#aedbf4 hex color red value is 174, green value is 219 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #aedbf4 hue: 0.56 , saturation: 0.76 and the lightness value of aedbf4 is 0.82.

The process color (four color CMYK) of #aedbf4 color hex is 0.29, 0.10, 0.00, 0.04. Web safe color of #aedbf4 is #99ccff. Color #aedbf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11110100
Octal 256 333 364
Decimal 174 219 244
Hex AE DB F4

RGB Percentages of Color #aedbf4

%27.32
%34.38
%38.30

CMYK Percentages of Color #aedbf4

%29
%10
%0
%4

Triadic Colors of #aedbf4

#aedbf4 #f4aedb #dbf4ae

Analogous Colors of #aedbf4

#aedbf4 #aeb8f4 #aef4ea

Monochromatic Colors of #aedbf4

#aedbf4

Complementary Color

#aedbf4 #f4c7ae

#aedbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbf4 Color CSS Codes

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

#aedbf4 Text Font Color

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

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


#aedbf4 Background Color

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

This div background color is #aedbf4


#aedbf4 Border Color

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

This div border color is #aedbf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbf4


Comments

No comments written yet.

Please login to write comment.