Color Hex Logo

#aebfd5 Color Hex

#AEBFD5
(174,191,213)
0 Favorites   0 Comments

Color spaces of #aebfd5

RGB 174191213
HSL0.590.320.76
HSV214°18°84°
CMYK 0.180.100.00   0.16
XYZ48.096651.064470.2722
Yxy51.06440.28390.3014
Hunter Lab71.4594-4.9123-8.2835
CIE-Lab76.7180-1.2074-12.9788

#aebfd5 color RGB value is (174,191,213).

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

The process color (four color CMYK) of #aebfd5 color hex is 0.18, 0.10, 0.00, 0.16. Web safe color of #aebfd5 is #99cccc. Color #aebfd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11010101
Octal 256 277 325
Decimal 174 191 213
Hex AE BF D5

RGB Percentages of Color #aebfd5

%30.10
%33.04
%36.85

CMYK Percentages of Color #aebfd5

%18
%10
%0
%16

Triadic Colors of #aebfd5

#aebfd5 #d5aebf #bfd5ae

Analogous Colors of #aebfd5

#aebfd5 #b1aed5 #aed3d5

Monochromatic Colors of #aebfd5

#aebfd5

Complementary Color

#aebfd5 #d5c4ae

#aebfd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfd5 Color CSS Codes

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

#aebfd5 Text Font Color

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

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


#aebfd5 Background Color

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

This div background color is #aebfd5


#aebfd5 Border Color

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

This div border color is #aebfd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfd5


Comments

No comments written yet.

Please login to write comment.