Color Hex Logo

#b4adef Color Hex

#B4ADEF
(180,173,239)
0 Favorites   0 Comments

Color spaces of #b4adef

RGB 180173239
HSL0.680.670.81
HSV246°28°94°
CMYK 0.250.280.00   0.06
XYZ49.345945.822487.9052
Yxy45.82240.26950.2503
Hunter Lab67.692211.6605-29.6095
CIE-Lab73.430116.3847-32.0395

#b4adef color RGB value is (180,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101101 11101111
Octal 264 255 357
Decimal 180 173 239
Hex B4 AD EF

RGB Percentages of Color #b4adef

%30.41
%29.22
%40.37

CMYK Percentages of Color #b4adef

%25
%28
%0
%6

Triadic Colors of #b4adef

#b4adef #efb4ad #adefb4

Analogous Colors of #b4adef

#b4adef #d5adef #adc7ef

Monochromatic Colors of #b4adef

#b4adef

Complementary Color

#b4adef #e8efad

#b4adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4adef Color CSS Codes

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

#b4adef Text Font Color

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

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


#b4adef Background Color

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

This div background color is #b4adef


#b4adef Border Color

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

This div border color is #b4adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4adef


Comments

No comments written yet.

Please login to write comment.