Color Hex Logo

#aefcda Color Hex

#AEFCDA
(174,252,218)
0 Favorites   0 Comments

Color spaces of #aefcda

RGB 174252218
HSL0.430.930.84
HSV154°31°99°
CMYK 0.310.000.13   0.01
XYZ64.920983.681479.0601
Yxy83.68140.28520.3676
Hunter Lab91.4775-33.405612.7925
CIE-Lab93.3119-30.83508.7078

#aefcda color RGB value is (174,252,218).

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

The process color (four color CMYK) of #aefcda color hex is 0.31, 0.00, 0.13, 0.01. Web safe color of #aefcda is #99ffcc. Color #aefcda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11011010
Octal 256 374 332
Decimal 174 252 218
Hex AE FC DA

RGB Percentages of Color #aefcda

%27.02
%39.13
%33.85

CMYK Percentages of Color #aefcda

%31
%0
%13
%1

Triadic Colors of #aefcda

#aefcda #daaefc #fcdaae

Analogous Colors of #aefcda

#aefcda #aef7fc #aefcb3

Monochromatic Colors of #aefcda

#aefcda

Complementary Color

#aefcda #fcaed0

#aefcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcda Color CSS Codes

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

#aefcda Text Font Color

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

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


#aefcda Background Color

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

This div background color is #aefcda


#aefcda Border Color

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

This div border color is #aefcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcda


Comments

No comments written yet.

Please login to write comment.