Color Hex Logo

#aecffb Color Hex

#AECFFB
(174,207,251)
0 Favorites   0 Comments

Color spaces of #aecffb

RGB 174207251
HSL0.600.910.83
HSV214°31°98°
CMYK 0.310.180.00   0.02
XYZ57.181060.589499.9479
Yxy60.58940.26260.2783
Hunter Lab77.8392-5.0917-21.6427
CIE-Lab82.1575-1.0001-25.1353

#aecffb color RGB value is (174,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11111011
Octal 256 317 373
Decimal 174 207 251
Hex AE CF FB

RGB Percentages of Color #aecffb

%27.53
%32.75
%39.72

CMYK Percentages of Color #aecffb

%31
%18
%0
%2

Triadic Colors of #aecffb

#aecffb #fbaecf #cffbae

Analogous Colors of #aecffb

#aecffb #b4aefb #aef6fb

Monochromatic Colors of #aecffb

#aecffb

Complementary Color

#aecffb #fbdaae

#aecffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecffb Color CSS Codes

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

#aecffb Text Font Color

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

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


#aecffb Background Color

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

This div background color is #aecffb


#aecffb Border Color

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

This div border color is #aecffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecffb

Related Colors


Comments

No comments written yet.

Please login to write comment.