Color Hex Logo

#bfe5d7 Color Hex

#BFE5D7
(191,229,215)
0 Favorites   0 Comments

Color spaces of #bfe5d7

RGB 191229215
HSL0.440.420.82
HSV158°17°90°
CMYK 0.170.000.06   0.10
XYZ61.770972.021374.9358
Yxy72.02130.29590.3450
Hunter Lab84.8654-18.58977.0529
CIE-Lab87.9788-15.08772.6946

#bfe5d7 color RGB value is (191,229,215).

#bfe5d7 hex color red value is 191, green value is 229 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bfe5d7 hue: 0.44 , saturation: 0.42 and the lightness value of bfe5d7 is 0.82.

The process color (four color CMYK) of #bfe5d7 color hex is 0.17, 0.00, 0.06, 0.10. Web safe color of #bfe5d7 is #cccccc. Color #bfe5d7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 11010111
Octal 277 345 327
Decimal 191 229 215
Hex BF E5 D7

RGB Percentages of Color #bfe5d7

%30.08
%36.06
%33.86

CMYK Percentages of Color #bfe5d7

%17
%0
%6
%10

Triadic Colors of #bfe5d7

#bfe5d7 #d7bfe5 #e5d7bf

Analogous Colors of #bfe5d7

#bfe5d7 #bfe0e5 #bfe5c4

Monochromatic Colors of #bfe5d7

#bfe5d7

Complementary Color

#bfe5d7 #e5bfcd

#bfe5d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe5d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe5d7 Color CSS Codes

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

#bfe5d7 Text Font Color

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

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


#bfe5d7 Background Color

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

This div background color is #bfe5d7


#bfe5d7 Border Color

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

This div border color is #bfe5d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe5d7


Comments

No comments written yet.

Please login to write comment.