Color Hex Logo

#aec7fb Color Hex

#AEC7FB
(174,199,251)
0 Favorites   0 Comments

Color spaces of #aec7fb

RGB 174199251
HSL0.610.910.83
HSV221°31°98°
CMYK 0.310.210.00   0.02
XYZ55.291656.810699.3181
Yxy56.81060.26150.2687
Hunter Lab75.3728-0.9593-25.3650
CIE-Lab80.07293.2840-28.3202

#aec7fb color RGB value is (174,199,251).

#aec7fb hex color red value is 174, green value is 199 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aec7fb hue: 0.61 , saturation: 0.91 and the lightness value of aec7fb is 0.83.

The process color (four color CMYK) of #aec7fb color hex is 0.31, 0.21, 0.00, 0.02. Web safe color of #aec7fb is #99ccff. Color #aec7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000111 11111011
Octal 256 307 373
Decimal 174 199 251
Hex AE C7 FB

RGB Percentages of Color #aec7fb

%27.88
%31.89
%40.22

CMYK Percentages of Color #aec7fb

%31
%21
%0
%2

Triadic Colors of #aec7fb

#aec7fb #fbaec7 #c7fbae

Analogous Colors of #aec7fb

#aec7fb #bcaefb #aeeefb

Monochromatic Colors of #aec7fb

#aec7fb

Complementary Color

#aec7fb #fbe2ae

#aec7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec7fb Color CSS Codes

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

#aec7fb Text Font Color

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

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


#aec7fb Background Color

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

This div background color is #aec7fb


#aec7fb Border Color

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

This div border color is #aec7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.