Color Hex Logo

#aeeccf Color Hex

#AEECCF
(174,236,207)
0 Favorites   0 Comments

Color spaces of #aeeccf

RGB 174236207
HSL0.420.620.80
HSV152°26°93°
CMYK 0.260.000.12   0.07
XYZ58.713573.494670.1228
Yxy73.49460.29020.3632
Hunter Lab85.7290-27.775811.5135
CIE-Lab88.6831-25.38997.7732

#aeeccf color RGB value is (174,236,207).

#aeeccf hex color red value is 174, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aeeccf hue: 0.42 , saturation: 0.62 and the lightness value of aeeccf is 0.80.

The process color (four color CMYK) of #aeeccf color hex is 0.26, 0.00, 0.12, 0.07. Web safe color of #aeeccf is #99ffcc. Color #aeeccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 11001111
Octal 256 354 317
Decimal 174 236 207
Hex AE EC CF

RGB Percentages of Color #aeeccf

%28.20
%38.25
%33.55

CMYK Percentages of Color #aeeccf

%26
%0
%12
%7

Triadic Colors of #aeeccf

#aeeccf #cfaeec #eccfae

Analogous Colors of #aeeccf

#aeeccf #aeeaec #aeecb0

Monochromatic Colors of #aeeccf

#aeeccf

Complementary Color

#aeeccf #ecaecb

#aeeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeccf Color CSS Codes

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

#aeeccf Text Font Color

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

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


#aeeccf Background Color

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

This div background color is #aeeccf


#aeeccf Border Color

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

This div border color is #aeeccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,236,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 #aeeccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeccf


Comments

No comments written yet.

Please login to write comment.