Color Hex Logo

#aeebbc Color Hex

#AEEBBC
(174,235,188)
0 Favorites   0 Comments

Color spaces of #aeebbc

RGB 174235188
HSL0.370.600.80
HSV134°26°92°
CMYK 0.260.000.20   0.08
XYZ56.241072.046258.5190
Yxy72.04620.30110.3857
Hunter Lab84.8800-30.267018.5396
CIE-Lab87.9908-28.469416.6864

#aeebbc color RGB value is (174,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 10111100
Octal 256 353 274
Decimal 174 235 188
Hex AE EB BC

RGB Percentages of Color #aeebbc

%29.15
%39.36
%31.49

CMYK Percentages of Color #aeebbc

%26
%0
%20
%8

Triadic Colors of #aeebbc

#aeebbc #bcaeeb #ebbcae

Analogous Colors of #aeebbc

#aeebbc #aeebdb #bfebae

Monochromatic Colors of #aeebbc

#aeebbc

Complementary Color

#aeebbc #ebaedd

#aeebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebbc Color CSS Codes

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

#aeebbc Text Font Color

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

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


#aeebbc Background Color

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

This div background color is #aeebbc


#aeebbc Border Color

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

This div border color is #aeebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebbc


Comments

No comments written yet.

Please login to write comment.