color codes Logo

#b9abed color codes

#B9ABED
(185,171,237)
0 Favorites   0 Comments

Color spaces of #b9abed

RGB 185171237
HSL0.700.650.80
HSV253°28°93°
CMYK 0.220.280.00   0.07
XYZ49.856645.554586.2859
Yxy45.55450.27440.2507
Hunter Lab67.494113.7400-28.5518
CIE-Lab73.255518.5190-31.1899

#b9abed color RGB value is (185,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101011 11101101
Octal 271 253 355
Decimal 185 171 237
Hex B9 AB ED

RGB Percentages of Color #b9abed

%31.20
%28.84
%39.97

CMYK Percentages of Color #b9abed

%22
%28
%0
%7

Triadic Colors of #b9abed

#b9abed #edb9ab #abedb9

Analogous Colors of #b9abed

#b9abed #daabed #abbeed

Monochromatic Colors of #b9abed

#b9abed

Complementary Color

#b9abed #dfedab

#b9abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9abed Color CSS Codes

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

#b9abed Text Font Color

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

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


#b9abed Background Color

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

This div background color is #b9abed


#b9abed Border Color

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

This div border color is #b9abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9abed


Comments

No comments written yet.

Please login to write comment.