Color Hex Logo

#b4aeef Color Hex

#B4AEEF
(180,174,239)
0 Favorites   0 Comments

Color spaces of #b4aeef

RGB 180174239
HSL0.680.670.81
HSV246°27°94°
CMYK 0.250.270.00   0.06
XYZ49.538446.207487.9693
Yxy46.20740.26960.2515
Hunter Lab67.976011.1261-29.1453
CIE-Lab73.679915.8300-31.6541

#b4aeef color RGB value is (180,174,239).

#b4aeef hex color red value is 180, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b4aeef hue: 0.68 , saturation: 0.67 and the lightness value of b4aeef is 0.81.

The process color (four color CMYK) of #b4aeef color hex is 0.25, 0.27, 0.00, 0.06. Web safe color of #b4aeef is #cc99ff. Color #b4aeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101110 11101111
Octal 264 256 357
Decimal 180 174 239
Hex B4 AE EF

RGB Percentages of Color #b4aeef

%30.35
%29.34
%40.30

CMYK Percentages of Color #b4aeef

%25
%27
%0
%6

Triadic Colors of #b4aeef

#b4aeef #efb4ae #aeefb4

Analogous Colors of #b4aeef

#b4aeef #d5aeef #aec9ef

Monochromatic Colors of #b4aeef

#b4aeef

Complementary Color

#b4aeef #e9efae

#b4aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aeef Color CSS Codes

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

#b4aeef Text Font Color

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

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


#b4aeef Background Color

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

This div background color is #b4aeef


#b4aeef Border Color

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

This div border color is #b4aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aeef


Comments

No comments written yet.

Please login to write comment.