Color Hex Logo

#aecfdb Color Hex

#AECFDB
(174,207,219)
0 Favorites   0 Comments

Color spaces of #aecfdb

RGB 174207219
HSL0.540.380.77
HSV196°21°86°
CMYK 0.210.050.00   0.14
XYZ52.554658.738875.5856
Yxy58.73880.28120.3143
Hunter Lab76.6412-11.7208-4.8245
CIE-Lab81.1478-8.3531-9.5920

#aecfdb color RGB value is (174,207,219).

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

The process color (four color CMYK) of #aecfdb color hex is 0.21, 0.05, 0.00, 0.14. Web safe color of #aecfdb is #99cccc. Color #aecfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11011011
Octal 256 317 333
Decimal 174 207 219
Hex AE CF DB

RGB Percentages of Color #aecfdb

%29.00
%34.50
%36.50

CMYK Percentages of Color #aecfdb

%21
%5
%0
%14

Triadic Colors of #aecfdb

#aecfdb #dbaecf #cfdbae

Analogous Colors of #aecfdb

#aecfdb #aeb9db #aedbd1

Monochromatic Colors of #aecfdb

#aecfdb

Complementary Color

#aecfdb #dbbaae

#aecfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfdb Color CSS Codes

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

#aecfdb Text Font Color

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

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


#aecfdb Background Color

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

This div background color is #aecfdb


#aecfdb Border Color

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

This div border color is #aecfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfdb


Comments

No comments written yet.

Please login to write comment.