Color Hex Logo

#aebfd2 Color Hex

#AEBFD2
(174,191,210)
0 Favorites   0 Comments

Color spaces of #aebfd2

RGB 174191210
HSL0.590.290.75
HSV212°17°82°
CMYK 0.170.090.00   0.18
XYZ47.719250.913468.2850
Yxy50.91340.28590.3050
Hunter Lab71.3536-5.4933-6.7926
CIE-Lab76.6265-1.8580-11.4917

#aebfd2 color RGB value is (174,191,210).

#aebfd2 hex color red value is 174, green value is 191 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #aebfd2 hue: 0.59 , saturation: 0.29 and the lightness value of aebfd2 is 0.75.

The process color (four color CMYK) of #aebfd2 color hex is 0.17, 0.09, 0.00, 0.18. Web safe color of #aebfd2 is #99cccc. Color #aebfd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11010010
Octal 256 277 322
Decimal 174 191 210
Hex AE BF D2

RGB Percentages of Color #aebfd2

%30.26
%33.22
%36.52

CMYK Percentages of Color #aebfd2

%17
%9
%0
%18

Triadic Colors of #aebfd2

#aebfd2 #d2aebf #bfd2ae

Analogous Colors of #aebfd2

#aebfd2 #afaed2 #aed1d2

Monochromatic Colors of #aebfd2

#aebfd2

Complementary Color

#aebfd2 #d2c1ae

#aebfd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfd2 Color CSS Codes

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

#aebfd2 Text Font Color

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

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


#aebfd2 Background Color

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

This div background color is #aebfd2


#aebfd2 Border Color

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

This div border color is #aebfd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfd2


Comments

No comments written yet.

Please login to write comment.