Color Hex Logo

#aefcee Color Hex

#AEFCEE
(174,252,238)
0 Favorites   0 Comments

Color spaces of #aefcee

RGB 174252238
HSL0.470.930.84
HSV169°31°99°
CMYK 0.310.000.06   0.01
XYZ67.698684.792593.6874
Yxy84.79250.27500.3444
Hunter Lab92.0828-29.91314.1349
CIE-Lab93.7936-26.7186-0.9269

#aefcee color RGB value is (174,252,238).

#aefcee hex color red value is 174, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aefcee hue: 0.47 , saturation: 0.93 and the lightness value of aefcee is 0.84.

The process color (four color CMYK) of #aefcee color hex is 0.31, 0.00, 0.06, 0.01. Web safe color of #aefcee is #99ffff. Color #aefcee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11101110
Octal 256 374 356
Decimal 174 252 238
Hex AE FC EE

RGB Percentages of Color #aefcee

%26.20
%37.95
%35.84

CMYK Percentages of Color #aefcee

%31
%0
%6
%1

Triadic Colors of #aefcee

#aefcee #eeaefc #fceeae

Analogous Colors of #aefcee

#aefcee #aee3fc #aefcc7

Monochromatic Colors of #aefcee

#aefcee

Complementary Color

#aefcee #fcaebc

#aefcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcee Color CSS Codes

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

#aefcee Text Font Color

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

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


#aefcee Background Color

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

This div background color is #aefcee


#aefcee Border Color

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

This div border color is #aefcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcee


Comments

No comments written yet.

Please login to write comment.