Color Hex Logo

#aecbf4 Color Hex

#AECBF4
(174,203,244)
0 Favorites   0 Comments

Color spaces of #aecbf4

RGB 174203244
HSL0.600.760.82
HSV215°29°96°
CMYK 0.290.170.00   0.04
XYZ55.140658.242293.9236
Yxy58.24220.26600.2809
Hunter Lab76.3166-4.5834-19.5472
CIE-Lab80.8733-0.5460-23.3631

#aecbf4 color RGB value is (174,203,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11110100
Octal 256 313 364
Decimal 174 203 244
Hex AE CB F4

RGB Percentages of Color #aecbf4

%28.02
%32.69
%39.29

CMYK Percentages of Color #aecbf4

%29
%17
%0
%4

Triadic Colors of #aecbf4

#aecbf4 #f4aecb #cbf4ae

Analogous Colors of #aecbf4

#aecbf4 #b4aef4 #aeeef4

Monochromatic Colors of #aecbf4

#aecbf4

Complementary Color

#aecbf4 #f4d7ae

#aecbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbf4 Color CSS Codes

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

#aecbf4 Text Font Color

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

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


#aecbf4 Background Color

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

This div background color is #aecbf4


#aecbf4 Border Color

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

This div border color is #aecbf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbf4


Comments

No comments written yet.

Please login to write comment.