Color Hex Logo

#bfd239 Color Hex

#BFD239
(191,210,57)
0 Favorites   0 Comments

Color spaces of #bfd239

RGB 19121057
HSL0.190.630.52
HSV67°73°82°
CMYK 0.090.000.73   0.18
XYZ45.271057.465012.5767
Yxy57.46500.39260.4983
Hunter Lab75.8057-26.060143.2273
CIE-Lab80.4404-25.212968.8751

#bfd239 color RGB value is (191,210,57).

#bfd239 hex color red value is 191, green value is 210 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bfd239 hue: 0.19 , saturation: 0.63 and the lightness value of bfd239 is 0.52.

The process color (four color CMYK) of #bfd239 color hex is 0.09, 0.00, 0.73, 0.18. Web safe color of #bfd239 is #cccc33. Color #bfd239 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010010 00111001
Octal 277 322 71
Decimal 191 210 57
Hex BF D2 39

RGB Percentages of Color #bfd239

%41.70
%45.85
%12.45

CMYK Percentages of Color #bfd239

%9
%0
%73
%18

Triadic Colors of #bfd239

#bfd239 #39bfd2 #d239bf

Analogous Colors of #bfd239

#bfd239 #73d239 #d29939

Monochromatic Colors of #bfd239

#bfd239

Complementary Color

#bfd239 #4c39d2

#bfd239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd239 Color CSS Codes

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

#bfd239 Text Font Color

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

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


#bfd239 Background Color

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

This div background color is #bfd239


#bfd239 Border Color

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

This div border color is #bfd239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd239


Comments

No comments written yet.

Please login to write comment.