Color Hex Logo

#aefbce Color Hex

#AEFBCE
(174,251,206)
0 Favorites   0 Comments

Color spaces of #aefbce

RGB 174251206
HSL0.400.910.83
HSV145°31°98°
CMYK 0.310.000.18   0.02
XYZ63.093382.449370.9815
Yxy82.44930.29140.3808
Hunter Lab90.8016-34.872417.2129
CIE-Lab92.7728-32.682514.1223

#aefbce color RGB value is (174,251,206).

#aefbce hex color red value is 174, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aefbce hue: 0.40 , saturation: 0.91 and the lightness value of aefbce is 0.83.

The process color (four color CMYK) of #aefbce color hex is 0.31, 0.00, 0.18, 0.02. Web safe color of #aefbce is #99ffcc. Color #aefbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11001110
Octal 256 373 316
Decimal 174 251 206
Hex AE FB CE

RGB Percentages of Color #aefbce

%27.58
%39.78
%32.65

CMYK Percentages of Color #aefbce

%31
%0
%18
%2

Triadic Colors of #aefbce

#aefbce #ceaefb #fbceae

Analogous Colors of #aefbce

#aefbce #aefbf5 #b5fbae

Monochromatic Colors of #aefbce

#aefbce

Complementary Color

#aefbce #fbaedb

#aefbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbce Color CSS Codes

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

#aefbce Text Font Color

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

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


#aefbce Background Color

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

This div background color is #aefbce


#aefbce Border Color

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

This div border color is #aefbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbce


Comments

No comments written yet.

Please login to write comment.