Color Hex Logo

#bfd88d Color Hex

#BFD88D
(191,216,141)
0 Favorites   0 Comments

Color spaces of #bfd88d

RGB 191216141
HSL0.220.490.70
HSV80°35°85°
CMYK 0.120.000.35   0.15
XYZ50.849462.111234.5079
Yxy62.11120.34480.4212
Hunter Lab78.8107-22.748729.2068
CIE-Lab82.9725-20.705634.2836

#bfd88d color RGB value is (191,216,141).

#bfd88d hex color red value is 191, green value is 216 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bfd88d hue: 0.22 , saturation: 0.49 and the lightness value of bfd88d is 0.70.

The process color (four color CMYK) of #bfd88d color hex is 0.12, 0.00, 0.35, 0.15. Web safe color of #bfd88d is #cccc99. Color #bfd88d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 10001101
Octal 277 330 215
Decimal 191 216 141
Hex BF D8 8D

RGB Percentages of Color #bfd88d

%34.85
%39.42
%25.73

CMYK Percentages of Color #bfd88d

%12
%0
%35
%15

Triadic Colors of #bfd88d

#bfd88d #8dbfd8 #d88dbf

Analogous Colors of #bfd88d

#bfd88d #9ad88d #d8cc8d

Monochromatic Colors of #bfd88d

#bfd88d

Complementary Color

#bfd88d #a68dd8

#bfd88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd88d Color CSS Codes

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

#bfd88d Text Font Color

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

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


#bfd88d Background Color

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

This div background color is #bfd88d


#bfd88d Border Color

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

This div border color is #bfd88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd88d


Comments

No comments written yet.

Please login to write comment.