Color Hex Logo

#aecbf5 Color Hex

#AECBF5
(174,203,245)
0 Favorites   0 Comments

Color spaces of #aecbf5

RGB 174203245
HSL0.600.780.82
HSV215°29°96°
CMYK 0.290.170.00   0.04
XYZ55.292958.303194.7256
Yxy58.30310.26540.2799
Hunter Lab76.3565-4.3645-20.1039
CIE-Lab80.9070-0.3079-23.8452

#aecbf5 color RGB value is (174,203,245).

#aecbf5 hex color red value is 174, green value is 203 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #aecbf5 hue: 0.60 , saturation: 0.78 and the lightness value of aecbf5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11110101
Octal 256 313 365
Decimal 174 203 245
Hex AE CB F5

RGB Percentages of Color #aecbf5

%27.97
%32.64
%39.39

CMYK Percentages of Color #aecbf5

%29
%17
%0
%4

Triadic Colors of #aecbf5

#aecbf5 #f5aecb #cbf5ae

Analogous Colors of #aecbf5

#aecbf5 #b5aef5 #aeeff5

Monochromatic Colors of #aecbf5

#aecbf5

Complementary Color

#aecbf5 #f5d8ae

#aecbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbf5 Color CSS Codes

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

#aecbf5 Text Font Color

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

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


#aecbf5 Background Color

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

This div background color is #aecbf5


#aecbf5 Border Color

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

This div border color is #aecbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbf5


Comments

No comments written yet.

Please login to write comment.