Color Hex Logo

#bfdab4 Color Hex

#BFDAB4
(191,218,180)
0 Favorites   0 Comments

Color spaces of #bfdab4

RGB 191218180
HSL0.290.340.78
HSV103°17°85°
CMYK 0.120.000.17   0.15
XYZ54.795564.514552.7445
Yxy64.51450.31850.3750
Hunter Lab80.3209-18.787617.2906
CIE-Lab84.2329-15.899115.7421

#bfdab4 color RGB value is (191,218,180).

#bfdab4 hex color red value is 191, green value is 218 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bfdab4 hue: 0.29 , saturation: 0.34 and the lightness value of bfdab4 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 10110100
Octal 277 332 264
Decimal 191 218 180
Hex BF DA B4

RGB Percentages of Color #bfdab4

%32.43
%37.01
%30.56

CMYK Percentages of Color #bfdab4

%12
%0
%17
%15

Triadic Colors of #bfdab4

#bfdab4 #b4bfda #dab4bf

Analogous Colors of #bfdab4

#bfdab4 #b4dabc #d2dab4

Monochromatic Colors of #bfdab4

#bfdab4

Complementary Color

#bfdab4 #cfb4da

#bfdab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdab4 Color CSS Codes

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

#bfdab4 Text Font Color

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

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


#bfdab4 Background Color

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

This div background color is #bfdab4


#bfdab4 Border Color

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

This div border color is #bfdab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdab4


Comments

No comments written yet.

Please login to write comment.