Color Hex Logo

#aecafb Color Hex

#AECAFB
(174,202,251)
0 Favorites   0 Comments

Color spaces of #aecafb

RGB 174202251
HSL0.610.910.83
HSV218°31°98°
CMYK 0.310.200.00   0.02
XYZ55.988758.204899.5505
Yxy58.20480.26190.2723
Hunter Lab76.2921-2.5148-23.9607
CIE-Lab80.85251.6705-27.1273

#aecafb color RGB value is (174,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11111011
Octal 256 312 373
Decimal 174 202 251
Hex AE CA FB

RGB Percentages of Color #aecafb

%27.75
%32.22
%40.03

CMYK Percentages of Color #aecafb

%31
%20
%0
%2

Triadic Colors of #aecafb

#aecafb #fbaeca #cafbae

Analogous Colors of #aecafb

#aecafb #b9aefb #aef1fb

Monochromatic Colors of #aecafb

#aecafb

Complementary Color

#aecafb #fbdfae

#aecafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecafb Color CSS Codes

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

#aecafb Text Font Color

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

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


#aecafb Background Color

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

This div background color is #aecafb


#aecafb Border Color

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

This div border color is #aecafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecafb


Comments

No comments written yet.

Please login to write comment.