Color Hex Logo

#bfabed Color Hex

#BFABED
(191,171,237)
0 Favorites   0 Comments

Color spaces of #bfabed

RGB 191171237
HSL0.720.650.80
HSV258°28°93°
CMYK 0.190.280.00   0.07
XYZ51.334846.316686.3551
Yxy46.31660.27900.2517
Hunter Lab68.056315.5438-27.5923
CIE-Lab73.750520.3319-30.3860

#bfabed color RGB value is (191,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11101101
Octal 277 253 355
Decimal 191 171 237
Hex BF AB ED

RGB Percentages of Color #bfabed

%31.89
%28.55
%39.57

CMYK Percentages of Color #bfabed

%19
%28
%0
%7

Triadic Colors of #bfabed

#bfabed #edbfab #abedbf

Analogous Colors of #bfabed

#bfabed #e0abed #abb8ed

Monochromatic Colors of #bfabed

#bfabed

Complementary Color

#bfabed #d9edab

#bfabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabed Color CSS Codes

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

#bfabed Text Font Color

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

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


#bfabed Background Color

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

This div background color is #bfabed


#bfabed Border Color

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

This div border color is #bfabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfabed


Comments

No comments written yet.

Please login to write comment.