Color Hex Logo

#aefccf Color Hex

#AEFCCF
(174,252,207)
0 Favorites   0 Comments

Color spaces of #aefccf

RGB 174252207
HSL0.400.930.84
HSV145°31°99°
CMYK 0.310.000.18   0.01
XYZ63.528483.124571.7278
Yxy83.12450.29090.3806
Hunter Lab91.1726-35.174717.1759
CIE-Lab93.0689-32.958514.0272

#aefccf color RGB value is (174,252,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11001111
Octal 256 374 317
Decimal 174 252 207
Hex AE FC CF

RGB Percentages of Color #aefccf

%27.49
%39.81
%32.70

CMYK Percentages of Color #aefccf

%31
%0
%18
%1

Triadic Colors of #aefccf

#aefccf #cfaefc #fccfae

Analogous Colors of #aefccf

#aefccf #aefcf6 #b4fcae

Monochromatic Colors of #aefccf

#aefccf

Complementary Color

#aefccf #fcaedb

#aefccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefccf Color CSS Codes

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

#aefccf Text Font Color

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

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


#aefccf Background Color

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

This div background color is #aefccf


#aefccf Border Color

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

This div border color is #aefccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefccf


Comments

No comments written yet.

Please login to write comment.