Color Hex Logo

#bfdbad Color Hex

#BFDBAD
(191,219,173)
0 Favorites   0 Comments

Color spaces of #bfdbad

RGB 191219173
HSL0.270.390.77
HSV97°21°86°
CMYK 0.130.000.21   0.14
XYZ54.360264.756549.1693
Yxy64.75650.32300.3848
Hunter Lab80.4714-20.244420.1029
CIE-Lab84.3581-17.543519.5903

#bfdbad color RGB value is (191,219,173).

#bfdbad hex color red value is 191, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bfdbad hue: 0.27 , saturation: 0.39 and the lightness value of bfdbad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 10101101
Octal 277 333 255
Decimal 191 219 173
Hex BF DB AD

RGB Percentages of Color #bfdbad

%32.76
%37.56
%29.67

CMYK Percentages of Color #bfdbad

%13
%0
%21
%14

Triadic Colors of #bfdbad

#bfdbad #adbfdb #dbadbf

Analogous Colors of #bfdbad

#bfdbad #addbb2 #d6dbad

Monochromatic Colors of #bfdbad

#bfdbad

Complementary Color

#bfdbad #c9addb

#bfdbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdbad Color CSS Codes

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

#bfdbad Text Font Color

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

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


#bfdbad Background Color

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

This div background color is #bfdbad


#bfdbad Border Color

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

This div border color is #bfdbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdbad


Comments

No comments written yet.

Please login to write comment.