Color Hex Logo

#aefcba Color Hex

#AEFCBA
(174,252,186)
0 Favorites   0 Comments

Color spaces of #aefcba

RGB 174252186
HSL0.360.930.84
HSV129°31°99°
CMYK 0.310.000.26   0.01
XYZ61.128982.164659.0919
Yxy82.16460.30200.4060
Hunter Lab90.6447-38.251524.7997
CIE-Lab92.6475-36.716724.1861

#aefcba color RGB value is (174,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10111010
Octal 256 374 272
Decimal 174 252 186
Hex AE FC BA

RGB Percentages of Color #aefcba

%28.43
%41.18
%30.39

CMYK Percentages of Color #aefcba

%31
%0
%26
%1

Triadic Colors of #aefcba

#aefcba #baaefc #fcbaae

Analogous Colors of #aefcba

#aefcba #aefce1 #c9fcae

Monochromatic Colors of #aefcba

#aefcba

Complementary Color

#aefcba #fcaef0

#aefcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcba Color CSS Codes

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

#aefcba Text Font Color

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

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


#aefcba Background Color

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

This div background color is #aefcba


#aefcba Border Color

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

This div border color is #aefcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcba


Comments

No comments written yet.

Please login to write comment.