Color Hex Logo

#bfd030 Color Hex

#BFD030
(191,208,48)
0 Favorites   0 Comments

Color spaces of #bfd030

RGB 19120848
HSL0.180.630.50
HSV66°77°82°
CMYK 0.080.000.77   0.18
XYZ44.575256.401511.3335
Yxy56.40150.39690.5022
Hunter Lab75.1009-25.480243.6232
CIE-Lab79.8418-24.643471.1643

#bfd030 color RGB value is (191,208,48).

#bfd030 hex color red value is 191, green value is 208 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bfd030 hue: 0.18 , saturation: 0.63 and the lightness value of bfd030 is 0.50.

The process color (four color CMYK) of #bfd030 color hex is 0.08, 0.00, 0.77, 0.18. Web safe color of #bfd030 is #cccc33. Color #bfd030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 00110000
Octal 277 320 60
Decimal 191 208 48
Hex BF D0 30

RGB Percentages of Color #bfd030

%42.73
%46.53
%10.74

CMYK Percentages of Color #bfd030

%8
%0
%77
%18

Triadic Colors of #bfd030

#bfd030 #30bfd0 #d030bf

Analogous Colors of #bfd030

#bfd030 #6fd030 #d09130

Monochromatic Colors of #bfd030

#bfd030

Complementary Color

#bfd030 #4130d0

#bfd030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd030 Color CSS Codes

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

#bfd030 Text Font Color

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

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


#bfd030 Background Color

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

This div background color is #bfd030


#bfd030 Border Color

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

This div border color is #bfd030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd030


Comments

No comments written yet.

Please login to write comment.