Color Hex Logo

#aefcec Color Hex

#AEFCEC
(174,252,236)
0 Favorites   0 Comments

Color spaces of #aefcec

RGB 174252236
HSL0.470.930.84
HSV168°31°99°
CMYK 0.310.000.06   0.01
XYZ67.406384.675692.1482
Yxy84.67560.27600.3467
Hunter Lab92.0193-30.27855.0405
CIE-Lab93.7431-27.14460.0336

#aefcec color RGB value is (174,252,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11101100
Octal 256 374 354
Decimal 174 252 236
Hex AE FC EC

RGB Percentages of Color #aefcec

%26.28
%38.07
%35.65

CMYK Percentages of Color #aefcec

%31
%0
%6
%1

Triadic Colors of #aefcec

#aefcec #ecaefc #fcecae

Analogous Colors of #aefcec

#aefcec #aee5fc #aefcc5

Monochromatic Colors of #aefcec

#aefcec

Complementary Color

#aefcec #fcaebe

#aefcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcec Color CSS Codes

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

#aefcec Text Font Color

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

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


#aefcec Background Color

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

This div background color is #aefcec


#aefcec Border Color

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

This div border color is #aefcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcec


Comments

No comments written yet.

Please login to write comment.