Color Hex Logo

#bfadeb Color Hex

#BFADEB
(191,173,235)
0 Favorites   0 Comments

Color spaces of #bfadeb

RGB 191173235
HSL0.720.610.80
HSV257°26°92°
CMYK 0.190.260.00   0.08
XYZ51.424846.961784.9514
Yxy46.96170.28050.2561
Hunter Lab68.528614.0238-25.5287
CIE-Lab74.165318.7820-28.6623

#bfadeb color RGB value is (191,173,235).

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

The process color (four color CMYK) of #bfadeb color hex is 0.19, 0.26, 0.00, 0.08. Web safe color of #bfadeb is #cc99ff. Color #bfadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 11101011
Octal 277 255 353
Decimal 191 173 235
Hex BF AD EB

RGB Percentages of Color #bfadeb

%31.89
%28.88
%39.23

CMYK Percentages of Color #bfadeb

%19
%26
%0
%8

Triadic Colors of #bfadeb

#bfadeb #ebbfad #adebbf

Analogous Colors of #bfadeb

#bfadeb #deadeb #adbaeb

Monochromatic Colors of #bfadeb

#bfadeb

Complementary Color

#bfadeb #d9ebad

#bfadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfadeb Color CSS Codes

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

#bfadeb Text Font Color

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

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


#bfadeb Background Color

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

This div background color is #bfadeb


#bfadeb Border Color

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

This div border color is #bfadeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,173,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfadeb


Comments

No comments written yet.

Please login to write comment.