Color Hex Logo

#aeebca Color Hex

#AEEBCA
(174,235,202)
0 Favorites   0 Comments

Color spaces of #aeebca

RGB 174235202
HSL0.410.600.80
HSV148°26°92°
CMYK 0.260.000.14   0.08
XYZ57.824672.679666.8580
Yxy72.67960.29300.3683
Hunter Lab85.2523-28.119313.1792
CIE-Lab88.2947-25.87579.8267

#aeebca color RGB value is (174,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 11001010
Octal 256 353 312
Decimal 174 235 202
Hex AE EB CA

RGB Percentages of Color #aeebca

%28.48
%38.46
%33.06

CMYK Percentages of Color #aeebca

%26
%0
%14
%8

Triadic Colors of #aeebca

#aeebca #caaeeb #ebcaae

Analogous Colors of #aeebca

#aeebca #aeebe9 #b1ebae

Monochromatic Colors of #aeebca

#aeebca

Complementary Color

#aeebca #ebaecf

#aeebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebca Color CSS Codes

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

#aeebca Text Font Color

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

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


#aeebca Background Color

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

This div background color is #aeebca


#aeebca Border Color

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

This div border color is #aeebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebca


Comments

No comments written yet.

Please login to write comment.