Color Hex Logo

#bfdcbe Color Hex

#BFDCBE
(191,220,190)
0 Favorites   0 Comments

Color spaces of #bfdcbe

RGB 191220190
HSL0.330.300.80
HSV118°14°86°
CMYK 0.130.000.14   0.14
XYZ56.373365.980558.4795
Yxy65.98050.31170.3649
Hunter Lab81.2284-18.268914.1747
CIE-Lab84.9865-15.190711.5431

#bfdcbe color RGB value is (191,220,190).

#bfdcbe hex color red value is 191, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bfdcbe hue: 0.33 , saturation: 0.30 and the lightness value of bfdcbe is 0.80.

The process color (four color CMYK) of #bfdcbe color hex is 0.13, 0.00, 0.14, 0.14. Web safe color of #bfdcbe is #cccccc. Color #bfdcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 10111110
Octal 277 334 276
Decimal 191 220 190
Hex BF DC BE

RGB Percentages of Color #bfdcbe

%31.78
%36.61
%31.61

CMYK Percentages of Color #bfdcbe

%13
%0
%14
%14

Triadic Colors of #bfdcbe

#bfdcbe #bebfdc #dcbebf

Analogous Colors of #bfdcbe

#bfdcbe #bedccc #cedcbe

Monochromatic Colors of #bfdcbe

#bfdcbe

Complementary Color

#bfdcbe #dbbedc

#bfdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdcbe Color CSS Codes

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

#bfdcbe Text Font Color

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

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


#bfdcbe Background Color

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

This div background color is #bfdcbe


#bfdcbe Border Color

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

This div border color is #bfdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdcbe


Comments

No comments written yet.

Please login to write comment.