Color Hex Logo

#aefcce Color Hex

#AEFCCE
(174,252,206)
0 Favorites   0 Comments

Color spaces of #aefcce

RGB 174252206
HSL0.400.930.84
HSV145°31°99°
CMYK 0.310.000.18   0.01
XYZ63.406583.075771.0859
Yxy83.07570.29140.3818
Hunter Lab91.1459-35.330017.5610
CIE-Lab93.0476-33.146314.5111

#aefcce color RGB value is (174,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11001110
Octal 256 374 316
Decimal 174 252 206
Hex AE FC CE

RGB Percentages of Color #aefcce

%27.53
%39.87
%32.59

CMYK Percentages of Color #aefcce

%31
%0
%18
%1

Triadic Colors of #aefcce

#aefcce #ceaefc #fcceae

Analogous Colors of #aefcce

#aefcce #aefcf5 #b5fcae

Monochromatic Colors of #aefcce

#aefcce

Complementary Color

#aefcce #fcaedc

#aefcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcce Color CSS Codes

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

#aefcce Text Font Color

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

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


#aefcce Background Color

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

This div background color is #aefcce


#aefcce Border Color

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

This div border color is #aefcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcce

Related Colors


Comments

No comments written yet.

Please login to write comment.