Color Hex Logo

#bfdbc6 Color Hex

#BFDBC6
(191,219,198)
0 Favorites   0 Comments

Color spaces of #bfdbc6

RGB 191219198
HSL0.380.280.80
HSV135°13°86°
CMYK 0.130.000.10   0.14
XYZ57.010465.816663.1252
Yxy65.81660.30660.3539
Hunter Lab81.1274-16.536310.6557
CIE-Lab84.9028-13.25337.2030

#bfdbc6 color RGB value is (191,219,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 11000110
Octal 277 333 306
Decimal 191 219 198
Hex BF DB C6

RGB Percentages of Color #bfdbc6

%31.41
%36.02
%32.57

CMYK Percentages of Color #bfdbc6

%13
%0
%10
%14

Triadic Colors of #bfdbc6

#bfdbc6 #c6bfdb #dbc6bf

Analogous Colors of #bfdbc6

#bfdbc6 #bfdbd4 #c6dbbf

Monochromatic Colors of #bfdbc6

#bfdbc6

Complementary Color

#bfdbc6 #dbbfd4

#bfdbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdbc6 Color CSS Codes

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

#bfdbc6 Text Font Color

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

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


#bfdbc6 Background Color

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

This div background color is #bfdbc6


#bfdbc6 Border Color

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

This div border color is #bfdbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdbc6


Comments

No comments written yet.

Please login to write comment.