Color Hex Logo

#bfade6 Color Hex

#BFADE6
(191,173,230)
0 Favorites   0 Comments

Color spaces of #bfade6

RGB 191173230
HSL0.720.530.79
HSV259°25°90°
CMYK 0.170.250.00   0.10
XYZ50.712446.676781.1996
Yxy46.67670.28400.2614
Hunter Lab68.320312.9353-22.6427
CIE-Lab73.982517.6796-26.2260

#bfade6 color RGB value is (191,173,230).

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

The process color (four color CMYK) of #bfade6 color hex is 0.17, 0.25, 0.00, 0.10. Web safe color of #bfade6 is #cc99ff. Color #bfade6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 11100110
Octal 277 255 346
Decimal 191 173 230
Hex BF AD E6

RGB Percentages of Color #bfade6

%32.15
%29.12
%38.72

CMYK Percentages of Color #bfade6

%17
%25
%0
%10

Triadic Colors of #bfade6

#bfade6 #e6bfad #ade6bf

Analogous Colors of #bfade6

#bfade6 #dcade6 #adb8e6

Monochromatic Colors of #bfade6

#bfade6

Complementary Color

#bfade6 #d4e6ad

#bfade6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfade6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfade6 Color CSS Codes

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

#bfade6 Text Font Color

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

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


#bfade6 Background Color

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

This div background color is #bfade6


#bfade6 Border Color

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

This div border color is #bfade6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfade6


Comments

No comments written yet.

Please login to write comment.