Color Hex Logo

#b7abec Color Hex

#B7ABEC
(183,171,236)
0 Favorites   0 Comments

Color spaces of #b7abec

RGB 183171236
HSL0.700.630.80
HSV251°28°93°
CMYK 0.220.280.00   0.07
XYZ49.231745.249285.4961
Yxy45.24920.27350.2514
Hunter Lab67.267512.9223-28.2695
CIE-Lab73.055717.6886-30.9681

#b7abec color RGB value is (183,171,236).

#b7abec hex color red value is 183, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b7abec hue: 0.70 , saturation: 0.63 and the lightness value of b7abec is 0.80.

The process color (four color CMYK) of #b7abec color hex is 0.22, 0.28, 0.00, 0.07. Web safe color of #b7abec is #cc99ff. Color #b7abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101011 11101100
Octal 267 253 354
Decimal 183 171 236
Hex B7 AB EC

RGB Percentages of Color #b7abec

%31.02
%28.98
%40.00

CMYK Percentages of Color #b7abec

%22
%28
%0
%7

Triadic Colors of #b7abec

#b7abec #ecb7ab #abecb7

Analogous Colors of #b7abec

#b7abec #d8abec #abc0ec

Monochromatic Colors of #b7abec

#b7abec

Complementary Color

#b7abec #e0ecab

#b7abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7abec Color CSS Codes

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

#b7abec Text Font Color

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

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


#b7abec Background Color

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

This div background color is #b7abec


#b7abec Border Color

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

This div border color is #b7abec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,171,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7abec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7abec;
  -webkit-box-shadow: 1px 1px 3px 2px #b7abec;
  box-shadow:         1px 1px 3px 2px #b7abec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,171,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7abec


Comments

No comments written yet.

Please login to write comment.