Color Hex Logo

#b4aeca Color Hex

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

Color spaces of #b4aeca

RGB 180174202
HSL0.700.210.74
HSV253°14°79°
CMYK 0.110.140.00   0.21
XYZ44.619144.239762.0645
Yxy44.23970.29560.2931
Hunter Lab66.51293.3461-8.7656
CIE-Lab72.38847.6107-13.4341

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

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

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

Base Numbers

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

RGB Percentages of Color #b4aeca

%32.37
%31.29
%36.33

CMYK Percentages of Color #b4aeca

%11
%14
%0
%21

Triadic Colors of #b4aeca

#b4aeca #cab4ae #aecab4

Analogous Colors of #b4aeca

#b4aeca #c2aeca #aeb6ca

Monochromatic Colors of #b4aeca

#b4aeca

Complementary Color

#b4aeca #c4caae

#b4aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aeca Color CSS Codes

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

#b4aeca Text Font Color

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

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


#b4aeca Background Color

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

This div background color is #b4aeca


#b4aeca Border Color

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

This div border color is #b4aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aeca


Comments

No comments written yet.

Please login to write comment.