Color Hex Logo

#aefcd7 Color Hex

#AEFCD7
(174,252,215)
0 Favorites   0 Comments

Color spaces of #aefcd7

RGB 174252215
HSL0.420.930.84
HSV152°31°99°
CMYK 0.310.000.15   0.01
XYZ64.531783.525877.0109
Yxy83.52580.28670.3711
Hunter Lab91.3925-33.898914.0146
CIE-Lab93.2442-31.424510.1576

#aefcd7 color RGB value is (174,252,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11010111
Octal 256 374 327
Decimal 174 252 215
Hex AE FC D7

RGB Percentages of Color #aefcd7

%27.15
%39.31
%33.54

CMYK Percentages of Color #aefcd7

%31
%0
%15
%1

Triadic Colors of #aefcd7

#aefcd7 #d7aefc #fcd7ae

Analogous Colors of #aefcd7

#aefcd7 #aefafc #aefcb0

Monochromatic Colors of #aefcd7

#aefcd7

Complementary Color

#aefcd7 #fcaed3

#aefcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcd7 Color CSS Codes

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

#aefcd7 Text Font Color

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

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


#aefcd7 Background Color

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

This div background color is #aefcd7


#aefcd7 Border Color

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

This div border color is #aefcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcd7

Related Colors


Comments

No comments written yet.

Please login to write comment.