Color Hex Logo

#bfadec Color Hex

#BFADEC
(191,173,236)
0 Favorites   0 Comments

Color spaces of #bfadec

RGB 191173236
HSL0.710.620.80
HSV257°27°93°
CMYK 0.190.270.00   0.07
XYZ51.569747.019685.7146
Yxy47.01960.27980.2551
Hunter Lab68.570814.2446-26.1138
CIE-Lab74.202319.0046-29.1482

#bfadec color RGB value is (191,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 11101100
Octal 277 255 354
Decimal 191 173 236
Hex BF AD EC

RGB Percentages of Color #bfadec

%31.83
%28.83
%39.33

CMYK Percentages of Color #bfadec

%19
%27
%0
%7

Triadic Colors of #bfadec

#bfadec #ecbfad #adecbf

Analogous Colors of #bfadec

#bfadec #dfadec #adbbec

Monochromatic Colors of #bfadec

#bfadec

Complementary Color

#bfadec #daecad

#bfadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfadec Color CSS Codes

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

#bfadec Text Font Color

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

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


#bfadec Background Color

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

This div background color is #bfadec


#bfadec Border Color

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

This div border color is #bfadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfadec


Comments

No comments written yet.

Please login to write comment.