Color Hex Logo

#aefadb Color Hex

#AEFADB
(174,250,219)
0 Favorites   0 Comments

Color spaces of #aefadb

RGB 174250219
HSL0.430.880.83
HSV156°30°98°
CMYK 0.300.000.12   0.02
XYZ64.427382.484479.5432
Yxy82.48440.28450.3642
Hunter Lab90.8209-32.310811.6470
CIE-Lab92.7882-29.69647.4394

#aefadb color RGB value is (174,250,219).

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

The process color (four color CMYK) of #aefadb color hex is 0.30, 0.00, 0.12, 0.02. Web safe color of #aefadb is #99ffcc. Color #aefadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11011011
Octal 256 372 333
Decimal 174 250 219
Hex AE FA DB

RGB Percentages of Color #aefadb

%27.06
%38.88
%34.06

CMYK Percentages of Color #aefadb

%30
%0
%12
%2

Triadic Colors of #aefadb

#aefadb #dbaefa #fadbae

Analogous Colors of #aefadb

#aefadb #aef3fa #aefab5

Monochromatic Colors of #aefadb

#aefadb

Complementary Color

#aefadb #faaecd

#aefadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefadb Color CSS Codes

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

#aefadb Text Font Color

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

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


#aefadb Background Color

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

This div background color is #aefadb


#aefadb Border Color

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

This div border color is #aefadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefadb

Related Colors


Comments

No comments written yet.

Please login to write comment.