Color Hex Logo

#aeecbc Color Hex

#AEECBC
(174,236,188)
0 Favorites   0 Comments

Color spaces of #aeecbc

RGB 174236188
HSL0.370.620.80
HSV134°26°93°
CMYK 0.260.000.20   0.07
XYZ56.528172.620458.6147
Yxy72.62040.30110.3868
Hunter Lab85.2176-30.724918.8712
CIE-Lab88.2664-28.944017.0729

#aeecbc color RGB value is (174,236,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101100 10111100
Octal 256 354 274
Decimal 174 236 188
Hex AE EC BC

RGB Percentages of Color #aeecbc

%29.10
%39.46
%31.44

CMYK Percentages of Color #aeecbc

%26
%0
%20
%7

Triadic Colors of #aeecbc

#aeecbc #bcaeec #ecbcae

Analogous Colors of #aeecbc

#aeecbc #aeecdb #bfecae

Monochromatic Colors of #aeecbc

#aeecbc

Complementary Color

#aeecbc #ecaede

#aeecbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeecbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeecbc Color CSS Codes

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

#aeecbc Text Font Color

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

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


#aeecbc Background Color

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

This div background color is #aeecbc


#aeecbc Border Color

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

This div border color is #aeecbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeecbc


Comments

No comments written yet.

Please login to write comment.