Color Hex Logo

#aefbdb Color Hex

#AEFBDB
(174,251,219)
0 Favorites   0 Comments

Color spaces of #aefbdb

RGB 174251219
HSL0.430.910.83
HSV155°31°98°
CMYK 0.310.000.13   0.02
XYZ64.738983.107579.6471
Yxy83.10750.28460.3653
Hunter Lab91.1633-32.775512.0141
CIE-Lab93.0615-30.16737.8321

#aefbdb color RGB value is (174,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11011011
Octal 256 373 333
Decimal 174 251 219
Hex AE FB DB

RGB Percentages of Color #aefbdb

%27.02
%38.98
%34.01

CMYK Percentages of Color #aefbdb

%31
%0
%13
%2

Triadic Colors of #aefbdb

#aefbdb #dbaefb #fbdbae

Analogous Colors of #aefbdb

#aefbdb #aef5fb #aefbb5

Monochromatic Colors of #aefbdb

#aefbdb

Complementary Color

#aefbdb #fbaece

#aefbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbdb Color CSS Codes

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

#aefbdb Text Font Color

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

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


#aefbdb Background Color

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

This div background color is #aefbdb


#aefbdb Border Color

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

This div border color is #aefbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbdb

Related Colors


Comments

No comments written yet.

Please login to write comment.