Color Hex Logo

#bfd138 Color Hex

#BFD138
(191,209,56)
0 Favorites   0 Comments

Color spaces of #bfd138

RGB 19120956
HSL0.190.620.52
HSV67°73°82°
CMYK 0.090.000.73   0.18
XYZ45.000156.962812.3645
Yxy56.96280.39360.4982
Hunter Lab75.4737-25.650943.1184
CIE-Lab80.1587-24.778868.9402

#bfd138 color RGB value is (191,209,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 00111000
Octal 277 321 70
Decimal 191 209 56
Hex BF D1 38

RGB Percentages of Color #bfd138

%41.89
%45.83
%12.28

CMYK Percentages of Color #bfd138

%9
%0
%73
%18

Triadic Colors of #bfd138

#bfd138 #38bfd1 #d138bf

Analogous Colors of #bfd138

#bfd138 #73d138 #d19738

Monochromatic Colors of #bfd138

#bfd138

Complementary Color

#bfd138 #4a38d1

#bfd138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd138 Color CSS Codes

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

#bfd138 Text Font Color

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

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


#bfd138 Background Color

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

This div background color is #bfd138


#bfd138 Border Color

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

This div border color is #bfd138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd138


Comments

No comments written yet.

Please login to write comment.