Color Hex Logo

#bfe1db Color Hex

#BFE1DB
(191,225,219)
0 Favorites   0 Comments

Color spaces of #bfe1db

RGB 191225219
HSL0.470.360.82
HSV169°15°88°
CMYK 0.150.000.03   0.12
XYZ61.197370.041377.3117
Yxy70.04130.29340.3358
Hunter Lab83.6907-15.93383.8126
CIE-Lab87.0171-12.2870-0.8104

#bfe1db color RGB value is (191,225,219).

#bfe1db hex color red value is 191, green value is 225 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bfe1db hue: 0.47 , saturation: 0.36 and the lightness value of bfe1db is 0.82.

The process color (four color CMYK) of #bfe1db color hex is 0.15, 0.00, 0.03, 0.12. Web safe color of #bfe1db is #cccccc. Color #bfe1db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 11011011
Octal 277 341 333
Decimal 191 225 219
Hex BF E1 DB

RGB Percentages of Color #bfe1db

%30.08
%35.43
%34.49

CMYK Percentages of Color #bfe1db

%15
%0
%3
%12

Triadic Colors of #bfe1db

#bfe1db #dbbfe1 #e1dbbf

Analogous Colors of #bfe1db

#bfe1db #bfd6e1 #bfe1ca

Monochromatic Colors of #bfe1db

#bfe1db

Complementary Color

#bfe1db #e1bfc5

#bfe1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe1db Color CSS Codes

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

#bfe1db Text Font Color

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

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


#bfe1db Background Color

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

This div background color is #bfe1db


#bfe1db Border Color

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

This div border color is #bfe1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe1db


Comments

No comments written yet.

Please login to write comment.