Color Hex Logo

#aedfbf Color Hex

#AEDFBF
(174,223,191)
0 Favorites   0 Comments

Color spaces of #aedfbf

RGB 174223191
HSL0.390.430.78
HSV141°22°87°
CMYK 0.220.000.14   0.13
XYZ53.247265.535659.1334
Yxy65.53560.29930.3684
Hunter Lab80.9541-24.262013.3591
CIE-Lab84.7590-22.123510.5471

#aedfbf color RGB value is (174,223,191).

#aedfbf hex color red value is 174, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aedfbf hue: 0.39 , saturation: 0.43 and the lightness value of aedfbf is 0.78.

The process color (four color CMYK) of #aedfbf color hex is 0.22, 0.00, 0.14, 0.13. Web safe color of #aedfbf is #99cccc. Color #aedfbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10111111
Octal 256 337 277
Decimal 174 223 191
Hex AE DF BF

RGB Percentages of Color #aedfbf

%29.59
%37.93
%32.48

CMYK Percentages of Color #aedfbf

%22
%0
%14
%13

Triadic Colors of #aedfbf

#aedfbf #bfaedf #dfbfae

Analogous Colors of #aedfbf

#aedfbf #aedfd8 #b6dfae

Monochromatic Colors of #aedfbf

#aedfbf

Complementary Color

#aedfbf #dfaece

#aedfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfbf Color CSS Codes

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

#aedfbf Text Font Color

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

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


#aedfbf Background Color

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

This div background color is #aedfbf


#aedfbf Border Color

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

This div border color is #aedfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfbf


Comments

No comments written yet.

Please login to write comment.