Color Hex Logo

#aeb4ca Color Hex

#AEB4CA
(174,180,202)
0 Favorites   0 Comments

Color spaces of #aeb4ca

RGB 174180202
HSL0.630.210.74
HSV227°14°79°
CMYK 0.140.110.00   0.21
XYZ44.437545.905562.3956
Yxy45.90550.29090.3005
Hunter Lab67.7536-1.4961-7.1738
CIE-Lab73.48422.3597-11.8393

#aeb4ca color RGB value is (174,180,202).

#aeb4ca hex color red value is 174, green value is 180 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aeb4ca hue: 0.63 , saturation: 0.21 and the lightness value of aeb4ca is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 11001010
Octal 256 264 312
Decimal 174 180 202
Hex AE B4 CA

RGB Percentages of Color #aeb4ca

%31.29
%32.37
%36.33

CMYK Percentages of Color #aeb4ca

%14
%11
%0
%21

Triadic Colors of #aeb4ca

#aeb4ca #caaeb4 #b4caae

Analogous Colors of #aeb4ca

#aeb4ca #b6aeca #aec2ca

Monochromatic Colors of #aeb4ca

#aeb4ca

Complementary Color

#aeb4ca #cac4ae

#aeb4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb4ca Color CSS Codes

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

#aeb4ca Text Font Color

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

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


#aeb4ca Background Color

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

This div background color is #aeb4ca


#aeb4ca Border Color

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

This div border color is #aeb4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb4ca


Comments

No comments written yet.

Please login to write comment.