Color Hex Logo

#aefcbf Color Hex

#AEFCBF
(174,252,191)
0 Favorites   0 Comments

Color spaces of #aefcbf

RGB 174252191
HSL0.370.930.84
HSV133°31°99°
CMYK 0.310.000.24   0.01
XYZ61.669982.381161.9410
Yxy82.38110.29940.3999
Hunter Lab90.7640-37.554723.0730
CIE-Lab92.7428-35.858121.7697

#aefcbf color RGB value is (174,252,191).

#aefcbf hex color red value is 174, green value is 252 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aefcbf hue: 0.37 , saturation: 0.93 and the lightness value of aefcbf is 0.84.

The process color (four color CMYK) of #aefcbf color hex is 0.31, 0.00, 0.24, 0.01. Web safe color of #aefcbf is #99ffcc. Color #aefcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10111111
Octal 256 374 277
Decimal 174 252 191
Hex AE FC BF

RGB Percentages of Color #aefcbf

%28.20
%40.84
%30.96

CMYK Percentages of Color #aefcbf

%31
%0
%24
%1

Triadic Colors of #aefcbf

#aefcbf #bfaefc #fcbfae

Analogous Colors of #aefcbf

#aefcbf #aefce6 #c4fcae

Monochromatic Colors of #aefcbf

#aefcbf

Complementary Color

#aefcbf #fcaeeb

#aefcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcbf Color CSS Codes

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

#aefcbf Text Font Color

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

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


#aefcbf Background Color

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

This div background color is #aefcbf


#aefcbf Border Color

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

This div border color is #aefcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcbf

Related Colors


Comments

No comments written yet.

Please login to write comment.