Color Hex Logo

#aefcea Color Hex

#AEFCEA
(174,252,234)
0 Favorites   0 Comments

Color spaces of #aefcea

RGB 174252234
HSL0.460.930.84
HSV166°31°99°
CMYK 0.310.000.07   0.01
XYZ67.117284.560090.6262
Yxy84.56000.27700.3490
Hunter Lab91.9565-30.64045.9373
CIE-Lab93.6932-27.56760.9948

#aefcea color RGB value is (174,252,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11101010
Octal 256 374 352
Decimal 174 252 234
Hex AE FC EA

RGB Percentages of Color #aefcea

%26.36
%38.18
%35.45

CMYK Percentages of Color #aefcea

%31
%0
%7
%1

Triadic Colors of #aefcea

#aefcea #eaaefc #fceaae

Analogous Colors of #aefcea

#aefcea #aee7fc #aefcc3

Monochromatic Colors of #aefcea

#aefcea

Complementary Color

#aefcea #fcaec0

#aefcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcea Color CSS Codes

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

#aefcea Text Font Color

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

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


#aefcea Background Color

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

This div background color is #aefcea


#aefcea Border Color

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

This div border color is #aefcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcea


Comments

No comments written yet.

Please login to write comment.