Color Hex Logo

#aeefc4 Color Hex

#AEEFC4
(174,239,196)
0 Favorites   0 Comments

Color spaces of #aeefc4

RGB 174239196
HSL0.390.670.81
HSV140°27°94°
CMYK 0.270.000.18   0.06
XYZ58.285974.717263.5744
Yxy74.71720.29650.3801
Hunter Lab86.4391-30.905916.9007
CIE-Lab89.2604-28.914514.3214

#aeefc4 color RGB value is (174,239,196).

#aeefc4 hex color red value is 174, green value is 239 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aeefc4 hue: 0.39 , saturation: 0.67 and the lightness value of aeefc4 is 0.81.

The process color (four color CMYK) of #aeefc4 color hex is 0.27, 0.00, 0.18, 0.06. Web safe color of #aeefc4 is #99ffcc. Color #aeefc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11000100
Octal 256 357 304
Decimal 174 239 196
Hex AE EF C4

RGB Percentages of Color #aeefc4

%28.57
%39.24
%32.18

CMYK Percentages of Color #aeefc4

%27
%0
%18
%6

Triadic Colors of #aeefc4

#aeefc4 #c4aeef #efc4ae

Analogous Colors of #aeefc4

#aeefc4 #aeefe5 #b9efae

Monochromatic Colors of #aeefc4

#aeefc4

Complementary Color

#aeefc4 #efaed9

#aeefc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefc4 Color CSS Codes

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

#aeefc4 Text Font Color

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

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


#aeefc4 Background Color

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

This div background color is #aeefc4


#aeefc4 Border Color

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

This div border color is #aeefc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefc4


Comments

No comments written yet.

Please login to write comment.