Color Hex Logo

#bfd123 Color Hex

#BFD123
(191,209,35)
0 Favorites   0 Comments

Color spaces of #bfd123

RGB 19120935
HSL0.180.710.48
HSV66°83°82°
CMYK 0.090.000.83   0.18
XYZ44.589756.798610.2032
Yxy56.79860.39960.5090
Hunter Lab75.3648-26.278744.7285
CIE-Lab80.0662-25.568574.7889

#bfd123 color RGB value is (191,209,35).

#bfd123 hex color red value is 191, green value is 209 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bfd123 hue: 0.18 , saturation: 0.71 and the lightness value of bfd123 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 00100011
Octal 277 321 43
Decimal 191 209 35
Hex BF D1 23

RGB Percentages of Color #bfd123

%43.91
%48.05
%8.05

CMYK Percentages of Color #bfd123

%9
%0
%83
%18

Triadic Colors of #bfd123

#bfd123 #23bfd1 #d123bf

Analogous Colors of #bfd123

#bfd123 #68d123 #d18c23

Monochromatic Colors of #bfd123

#bfd123

Complementary Color

#bfd123 #3523d1

#bfd123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd123 Color CSS Codes

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

#bfd123 Text Font Color

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

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


#bfd123 Background Color

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

This div background color is #bfd123


#bfd123 Border Color

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

This div border color is #bfd123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd123


Comments

No comments written yet.

Please login to write comment.