color codes Logo

#aefeef color codes

#AEFEEF
(174,254,239)
0 Favorites   0 Comments

Color spaces of #aefeef

RGB 174254239
HSL0.470.980.84
HSV169°31°100°
CMYK 0.310.000.06   0.00
XYZ68.477486.114394.6739
Yxy86.11430.27470.3455
Hunter Lab92.7978-30.67734.4698
CIE-Lab94.3612-27.4593-0.6136

#aefeef color RGB value is (174,254,239).

#aefeef hex color red value is 174, green value is 254 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aefeef hue: 0.47 , saturation: 0.98 and the lightness value of aefeef is 0.84.

The process color (four color CMYK) of #aefeef color code is 0.31, 0.00, 0.06, 0.00. Web safe color of #aefeef is #99ffff. Color #aefeef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11101111
Octal 256 376 357
Decimal 174 254 239
Hex AE FE EF

RGB Percentages of Color #aefeef

%26.09
%38.08
%35.83

CMYK Percentages of Color #aefeef

%31
%0
%6
%0

Triadic Colors of #aefeef

#aefeef #efaefe #feefae

Analogous Colors of #aefeef

#aefeef #aee5fe #aefec7

Monochromatic Colors of #aefeef

#aefeef

Complementary Color

#aefeef #feaebd

#aefeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefeef Color CSS Codes

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

#aefeef Text Font Color

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

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


#aefeef Background Color

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

This div background color is #aefeef


#aefeef Border Color

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

This div border color is #aefeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefeef

Related Colors


Comments

No comments written yet.

Please login to write comment.