Color Hex Logo

#aecefb Color Hex

#AECEFB
(174,206,251)
0 Favorites   0 Comments

Color spaces of #aecefb

RGB 174206251
HSL0.600.910.83
HSV215°31°98°
CMYK 0.310.180.00   0.02
XYZ56.939560.106399.8674
Yxy60.10630.26250.2771
Hunter Lab77.5283-4.5777-22.1042
CIE-Lab81.8959-0.4677-25.5341

#aecefb color RGB value is (174,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 11111011
Octal 256 316 373
Decimal 174 206 251
Hex AE CE FB

RGB Percentages of Color #aecefb

%27.58
%32.65
%39.78

CMYK Percentages of Color #aecefb

%31
%18
%0
%2

Triadic Colors of #aecefb

#aecefb #fbaece #cefbae

Analogous Colors of #aecefb

#aecefb #b5aefb #aef5fb

Monochromatic Colors of #aecefb

#aecefb

Complementary Color

#aecefb #fbdbae

#aecefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecefb Color CSS Codes

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

#aecefb Text Font Color

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

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


#aecefb Background Color

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

This div background color is #aecefb


#aecefb Border Color

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

This div border color is #aecefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecefb


Comments

No comments written yet.

Please login to write comment.