Color Hex Logo

#aeefcb Color Hex

#AEEFCB
(174,239,203)
0 Favorites   0 Comments

Color spaces of #aeefcb

RGB 174239203
HSL0.410.670.81
HSV147°27°94°
CMYK 0.270.000.15   0.06
XYZ59.101675.043567.8698
Yxy75.04350.29260.3715
Hunter Lab86.6277-29.817014.1877
CIE-Lab89.4134-27.601510.9022

#aeefcb color RGB value is (174,239,203).

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

The process color (four color CMYK) of #aeefcb color hex is 0.27, 0.00, 0.15, 0.06. Web safe color of #aeefcb is #99ffcc. Color #aeefcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11001011
Octal 256 357 313
Decimal 174 239 203
Hex AE EF CB

RGB Percentages of Color #aeefcb

%28.25
%38.80
%32.95

CMYK Percentages of Color #aeefcb

%27
%0
%15
%6

Triadic Colors of #aeefcb

#aeefcb #cbaeef #efcbae

Analogous Colors of #aeefcb

#aeefcb #aeefec #b2efae

Monochromatic Colors of #aeefcb

#aeefcb

Complementary Color

#aeefcb #efaed2

#aeefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefcb Color CSS Codes

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

#aeefcb Text Font Color

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

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


#aeefcb Background Color

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

This div background color is #aeefcb


#aeefcb Border Color

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

This div border color is #aeefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefcb


Comments

No comments written yet.

Please login to write comment.