Color Hex Logo

#aecfed Color Hex

#AECFED
(174,207,237)
0 Favorites   0 Comments

Color spaces of #aecfed

RGB 174207237
HSL0.580.640.81
HSV209°27°93°
CMYK 0.270.130.00   0.07
XYZ55.054459.738788.7498
Yxy59.73870.27050.2935
Hunter Lab77.2908-8.1130-13.9766
CIE-Lab81.6960-4.3095-18.3826

#aecfed color RGB value is (174,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11101101
Octal 256 317 355
Decimal 174 207 237
Hex AE CF ED

RGB Percentages of Color #aecfed

%28.16
%33.50
%38.35

CMYK Percentages of Color #aecfed

%27
%13
%0
%7

Triadic Colors of #aecfed

#aecfed #edaecf #cfedae

Analogous Colors of #aecfed

#aecfed #aeb0ed #aeedec

Monochromatic Colors of #aecfed

#aecfed

Complementary Color

#aecfed #edccae

#aecfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfed Color CSS Codes

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

#aecfed Text Font Color

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

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


#aecfed Background Color

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

This div background color is #aecfed


#aecfed Border Color

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

This div border color is #aecfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfed


Comments

No comments written yet.

Please login to write comment.