Color Hex Logo

#aecef0 Color Hex

#AECEF0
(174,206,240)
0 Favorites   0 Comments

Color spaces of #aecef0

RGB 174206240
HSL0.590.690.81
HSV211°28°94°
CMYK 0.280.140.00   0.06
XYZ55.255059.432690.9975
Yxy59.43260.26860.2889
Hunter Lab77.0925-6.9746-16.0192
CIE-Lab81.5288-3.0834-20.2348

#aecef0 color RGB value is (174,206,240).

#aecef0 hex color red value is 174, green value is 206 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #aecef0 hue: 0.59 , saturation: 0.69 and the lightness value of aecef0 is 0.81.

The process color (four color CMYK) of #aecef0 color hex is 0.28, 0.14, 0.00, 0.06. Web safe color of #aecef0 is #99ccff. Color #aecef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 11110000
Octal 256 316 360
Decimal 174 206 240
Hex AE CE F0

RGB Percentages of Color #aecef0

%28.06
%33.23
%38.71

CMYK Percentages of Color #aecef0

%28
%14
%0
%6

Triadic Colors of #aecef0

#aecef0 #f0aece #cef0ae

Analogous Colors of #aecef0

#aecef0 #afaef0 #aeeff0

Monochromatic Colors of #aecef0

#aecef0

Complementary Color

#aecef0 #f0d0ae

#aecef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecef0 Color CSS Codes

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

#aecef0 Text Font Color

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

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


#aecef0 Background Color

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

This div background color is #aecef0


#aecef0 Border Color

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

This div border color is #aecef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecef0


Comments

No comments written yet.

Please login to write comment.