Color Hex Logo

#bfe2db Color Hex

#BFE2DB
(191,226,219)
0 Favorites   0 Comments

Color spaces of #bfe2db

RGB 191226219
HSL0.470.380.82
HSV168°15°89°
CMYK 0.150.000.03   0.11
XYZ61.468470.583677.4021
Yxy70.58360.29350.3370
Hunter Lab84.0140-16.42614.1860
CIE-Lab87.2823-12.7935-0.4227

#bfe2db color RGB value is (191,226,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 11011011
Octal 277 342 333
Decimal 191 226 219
Hex BF E2 DB

RGB Percentages of Color #bfe2db

%30.03
%35.53
%34.43

CMYK Percentages of Color #bfe2db

%15
%0
%3
%11

Triadic Colors of #bfe2db

#bfe2db #dbbfe2 #e2dbbf

Analogous Colors of #bfe2db

#bfe2db #bfd8e2 #bfe2ca

Monochromatic Colors of #bfe2db

#bfe2db

Complementary Color

#bfe2db #e2bfc6

#bfe2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe2db Color CSS Codes

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

#bfe2db Text Font Color

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

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


#bfe2db Background Color

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

This div background color is #bfe2db


#bfe2db Border Color

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

This div border color is #bfe2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe2db


Comments

No comments written yet.

Please login to write comment.