Color Hex Logo

#aebfd4 Color Hex

#AEBFD4
(174,191,212)
0 Favorites   0 Comments

Color spaces of #aebfd4

RGB 174191212
HSL0.590.310.76
HSV213°18°83°
CMYK 0.180.100.00   0.17
XYZ47.970051.013769.6057
Yxy51.01370.28450.3026
Hunter Lab71.4239-5.1069-7.7840
CIE-Lab76.6873-1.4250-12.4836

#aebfd4 color RGB value is (174,191,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11010100
Octal 256 277 324
Decimal 174 191 212
Hex AE BF D4

RGB Percentages of Color #aebfd4

%30.16
%33.10
%36.74

CMYK Percentages of Color #aebfd4

%18
%10
%0
%17

Triadic Colors of #aebfd4

#aebfd4 #d4aebf #bfd4ae

Analogous Colors of #aebfd4

#aebfd4 #b0aed4 #aed2d4

Monochromatic Colors of #aebfd4

#aebfd4

Complementary Color

#aebfd4 #d4c3ae

#aebfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfd4 Color CSS Codes

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

#aebfd4 Text Font Color

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

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


#aebfd4 Background Color

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

This div background color is #aebfd4


#aebfd4 Border Color

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

This div border color is #aebfd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfd4


Comments

No comments written yet.

Please login to write comment.