color codes Logo

#bfd84b color codes

#BFD84B
(191,216,75)
0 Favorites   0 Comments

Color spaces of #bfd84b

RGB 19121675
HSL0.200.640.57
HSV71°65°85°
CMYK 0.120.000.65   0.15
XYZ47.311760.696115.8785
Yxy60.69610.38190.4899
Hunter Lab77.9077-27.939242.4514
CIE-Lab82.2151-27.081164.0643

#bfd84b color RGB value is (191,216,75).

#bfd84b hex color red value is 191, green value is 216 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bfd84b hue: 0.20 , saturation: 0.64 and the lightness value of bfd84b is 0.57.

The process color (four color CMYK) of #bfd84b color code is 0.12, 0.00, 0.65, 0.15. Web safe color of #bfd84b is #cccc33. Color #bfd84b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 01001011
Octal 277 330 113
Decimal 191 216 75
Hex BF D8 4B

RGB Percentages of Color #bfd84b

%39.63
%44.81
%15.56

CMYK Percentages of Color #bfd84b

%12
%0
%65
%15

Triadic Colors of #bfd84b

#bfd84b #4bbfd8 #d84bbf

Analogous Colors of #bfd84b

#bfd84b #79d84b #d8ab4b

Monochromatic Colors of #bfd84b

#bfd84b

Complementary Color

#bfd84b #644bd8

#bfd84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd84b Color CSS Codes

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

#bfd84b Text Font Color

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

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


#bfd84b Background Color

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

This div background color is #bfd84b


#bfd84b Border Color

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

This div border color is #bfd84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd84b


Comments

No comments written yet.

Please login to write comment.