Color Hex Logo

#bfead7 Color Hex

#BFEAD7
(191,234,215)
0 Favorites   0 Comments

Color spaces of #bfead7

RGB 191234215
HSL0.430.510.83
HSV153°18°92°
CMYK 0.180.000.08   0.08
XYZ63.174474.828375.4036
Yxy74.82830.29600.3506
Hunter Lab86.5034-21.02038.8702
CIE-Lab89.3125-17.58064.6273

#bfead7 color RGB value is (191,234,215).

#bfead7 hex color red value is 191, green value is 234 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bfead7 hue: 0.43 , saturation: 0.51 and the lightness value of bfead7 is 0.83.

The process color (four color CMYK) of #bfead7 color hex is 0.18, 0.00, 0.08, 0.08. Web safe color of #bfead7 is #ccffcc. Color #bfead7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 11010111
Octal 277 352 327
Decimal 191 234 215
Hex BF EA D7

RGB Percentages of Color #bfead7

%29.84
%36.56
%33.59

CMYK Percentages of Color #bfead7

%18
%0
%8
%8

Triadic Colors of #bfead7

#bfead7 #d7bfea #ead7bf

Analogous Colors of #bfead7

#bfead7 #bfe8ea #bfeac2

Monochromatic Colors of #bfead7

#bfead7

Complementary Color

#bfead7 #eabfd2

#bfead7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfead7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfead7 Color CSS Codes

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

#bfead7 Text Font Color

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

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


#bfead7 Background Color

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

This div background color is #bfead7


#bfead7 Border Color

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

This div border color is #bfead7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfead7


Comments

No comments written yet.

Please login to write comment.