Color Hex Logo

#aedbbf Color Hex

#AEDBBF
(174,219,191)
0 Favorites   0 Comments

Color spaces of #aedbbf

RGB 174219191
HSL0.400.380.77
HSV143°21°86°
CMYK 0.210.000.13   0.14
XYZ52.191063.423358.7814
Yxy63.42330.29930.3637
Hunter Lab79.6387-22.388411.9851
CIE-Lab83.6646-20.14998.9847

#aedbbf color RGB value is (174,219,191).

#aedbbf hex color red value is 174, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aedbbf hue: 0.40 , saturation: 0.38 and the lightness value of aedbbf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10111111
Octal 256 333 277
Decimal 174 219 191
Hex AE DB BF

RGB Percentages of Color #aedbbf

%29.79
%37.50
%32.71

CMYK Percentages of Color #aedbbf

%21
%0
%13
%14

Triadic Colors of #aedbbf

#aedbbf #bfaedb #dbbfae

Analogous Colors of #aedbbf

#aedbbf #aedbd6 #b4dbae

Monochromatic Colors of #aedbbf

#aedbbf

Complementary Color

#aedbbf #dbaeca

#aedbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbbf Color CSS Codes

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

#aedbbf Text Font Color

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

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


#aedbbf Background Color

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

This div background color is #aedbbf


#aedbbf Border Color

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

This div border color is #aedbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbbf


Comments

No comments written yet.

Please login to write comment.