Color Hex Logo

#aecfef Color Hex

#AECFEF
(174,207,239)
0 Favorites   0 Comments

Color spaces of #aecfef

RGB 174207239
HSL0.580.670.81
HSV210°27°94°
CMYK 0.270.130.00   0.06
XYZ55.348459.856390.2976
Yxy59.85630.26930.2913
Hunter Lab77.3669-7.6927-15.0427
CIE-Lab81.7600-3.8450-19.3520

#aecfef color RGB value is (174,207,239).

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

The process color (four color CMYK) of #aecfef color hex is 0.27, 0.13, 0.00, 0.06. Web safe color of #aecfef is #99ccff. Color #aecfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11101111
Octal 256 317 357
Decimal 174 207 239
Hex AE CF EF

RGB Percentages of Color #aecfef

%28.06
%33.39
%38.55

CMYK Percentages of Color #aecfef

%27
%13
%0
%6

Triadic Colors of #aecfef

#aecfef #efaecf #cfefae

Analogous Colors of #aecfef

#aecfef #aeafef #aeefef

Monochromatic Colors of #aecfef

#aecfef

Complementary Color

#aecfef #efceae

#aecfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfef Color CSS Codes

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

#aecfef Text Font Color

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

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


#aecfef Background Color

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

This div background color is #aecfef


#aecfef Border Color

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

This div border color is #aecfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfef


Comments

No comments written yet.

Please login to write comment.