Color Hex Logo

#aecfeb Color Hex

#AECFEB
(174,207,235)
0 Favorites   0 Comments

Color spaces of #aecfeb

RGB 174207235
HSL0.580.600.80
HSV208°26°92°
CMYK 0.260.120.00   0.08
XYZ54.763859.622587.2192
Yxy59.62250.27160.2957
Hunter Lab77.2156-8.5294-12.9203
CIE-Lab81.6326-4.7709-17.4116

#aecfeb color RGB value is (174,207,235).

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

The process color (four color CMYK) of #aecfeb color hex is 0.26, 0.12, 0.00, 0.08. Web safe color of #aecfeb is #99ccff. Color #aecfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11101011
Octal 256 317 353
Decimal 174 207 235
Hex AE CF EB

RGB Percentages of Color #aecfeb

%28.25
%33.60
%38.15

CMYK Percentages of Color #aecfeb

%26
%12
%0
%8

Triadic Colors of #aecfeb

#aecfeb #ebaecf #cfebae

Analogous Colors of #aecfeb

#aecfeb #aeb1eb #aeebe9

Monochromatic Colors of #aecfeb

#aecfeb

Complementary Color

#aecfeb #ebcaae

#aecfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfeb Color CSS Codes

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

#aecfeb Text Font Color

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

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


#aecfeb Background Color

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

This div background color is #aecfeb


#aecfeb Border Color

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

This div border color is #aecfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfeb


Comments

No comments written yet.

Please login to write comment.