Color Hex Logo

#bfd49b Color Hex

#BFD49B
(191,212,155)
0 Favorites   0 Comments

Color spaces of #bfd49b

RGB 191212155
HSL0.230.400.72
HSV82°27°83°
CMYK 0.100.000.27   0.17
XYZ50.945760.529940.0087
Yxy60.52990.33630.3996
Hunter Lab77.8010-19.266223.9711
CIE-Lab82.1254-16.798025.9316

#bfd49b color RGB value is (191,212,155).

#bfd49b hex color red value is 191, green value is 212 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bfd49b hue: 0.23 , saturation: 0.40 and the lightness value of bfd49b is 0.72.

The process color (four color CMYK) of #bfd49b color hex is 0.10, 0.00, 0.27, 0.17. Web safe color of #bfd49b is #cccc99. Color #bfd49b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 10011011
Octal 277 324 233
Decimal 191 212 155
Hex BF D4 9B

RGB Percentages of Color #bfd49b

%34.23
%37.99
%27.78

CMYK Percentages of Color #bfd49b

%10
%0
%27
%17

Triadic Colors of #bfd49b

#bfd49b #9bbfd4 #d49bbf

Analogous Colors of #bfd49b

#bfd49b #a3d49b #d4cd9b

Monochromatic Colors of #bfd49b

#bfd49b

Complementary Color

#bfd49b #b09bd4

#bfd49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd49b Color CSS Codes

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

#bfd49b Text Font Color

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

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


#bfd49b Background Color

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

This div background color is #bfd49b


#bfd49b Border Color

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

This div border color is #bfd49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd49b


Comments

No comments written yet.

Please login to write comment.