Color Hex Logo

#aefddb Color Hex

#AEFDDB
(174,253,219)
0 Favorites   0 Comments

Color spaces of #aefddb

RGB 174253219
HSL0.430.950.84
HSV154°31°99°
CMYK 0.310.000.13   0.01
XYZ65.367084.363779.8565
Yxy84.36370.28470.3675
Hunter Lab91.8497-33.703312.7466
CIE-Lab93.6082-31.10588.6170

#aefddb color RGB value is (174,253,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11011011
Octal 256 375 333
Decimal 174 253 219
Hex AE FD DB

RGB Percentages of Color #aefddb

%26.93
%39.16
%33.90

CMYK Percentages of Color #aefddb

%31
%0
%13
%1

Triadic Colors of #aefddb

#aefddb #dbaefd #fddbae

Analogous Colors of #aefddb

#aefddb #aef8fd #aefdb4

Monochromatic Colors of #aefddb

#aefddb

Complementary Color

#aefddb #fdaed0

#aefddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefddb Color CSS Codes

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

#aefddb Text Font Color

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

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


#aefddb Background Color

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

This div background color is #aefddb


#aefddb Border Color

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

This div border color is #aefddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefddb

Related Colors


Comments

No comments written yet.

Please login to write comment.