Color Hex Logo

#aeebcb Color Hex

#AEEBCB
(174,235,203)
0 Favorites   0 Comments

Color spaces of #aeebcb

RGB 174235203
HSL0.410.600.80
HSV149°26°92°
CMYK 0.260.000.14   0.08
XYZ57.943472.727167.4837
Yxy72.72710.29240.3670
Hunter Lab85.2802-27.959012.7789
CIE-Lab88.3174-25.68379.3372

#aeebcb color RGB value is (174,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 11001011
Octal 256 353 313
Decimal 174 235 203
Hex AE EB CB

RGB Percentages of Color #aeebcb

%28.43
%38.40
%33.17

CMYK Percentages of Color #aeebcb

%26
%0
%14
%8

Triadic Colors of #aeebcb

#aeebcb #cbaeeb #ebcbae

Analogous Colors of #aeebcb

#aeebcb #aeebea #b0ebae

Monochromatic Colors of #aeebcb

#aeebcb

Complementary Color

#aeebcb #ebaece

#aeebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebcb Color CSS Codes

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

#aeebcb Text Font Color

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

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


#aeebcb Background Color

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

This div background color is #aeebcb


#aeebcb Border Color

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

This div border color is #aeebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebcb


Comments

No comments written yet.

Please login to write comment.