Color Hex Logo

#bfd430 Color Hex

#BFD430
(191,212,48)
0 Favorites   0 Comments

Color spaces of #bfd430

RGB 19121248
HSL0.190.660.51
HSV68°77°83°
CMYK 0.100.000.77   0.17
XYZ45.562858.376711.6627
Yxy58.37670.39410.5050
Hunter Lab76.4046-27.262344.4330
CIE-Lab80.9478-26.562672.1690

#bfd430 color RGB value is (191,212,48).

#bfd430 hex color red value is 191, green value is 212 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bfd430 hue: 0.19 , saturation: 0.66 and the lightness value of bfd430 is 0.51.

The process color (four color CMYK) of #bfd430 color hex is 0.10, 0.00, 0.77, 0.17. Web safe color of #bfd430 is #cccc33. Color #bfd430 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 00110000
Octal 277 324 60
Decimal 191 212 48
Hex BF D4 30

RGB Percentages of Color #bfd430

%42.35
%47.01
%10.64

CMYK Percentages of Color #bfd430

%10
%0
%77
%17

Triadic Colors of #bfd430

#bfd430 #30bfd4 #d430bf

Analogous Colors of #bfd430

#bfd430 #6dd430 #d49730

Monochromatic Colors of #bfd430

#bfd430

Complementary Color

#bfd430 #4530d4

#bfd430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd430 Color CSS Codes

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

#bfd430 Text Font Color

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

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


#bfd430 Background Color

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

This div background color is #bfd430


#bfd430 Border Color

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

This div border color is #bfd430


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,212,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 #bfd430">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd430


Comments

No comments written yet.

Please login to write comment.