Color Hex Logo

#bfd702 Color Hex

#BFD702
(191,215,2)
0 Favorites   0 Comments

Color spaces of #bfd702

RGB 1912152
HSL0.190.980.43
HSV67°99°84°
CMYK 0.110.000.99   0.16
XYZ45.797359.68169.1634
Yxy59.68160.39950.5206
Hunter Lab77.2539-29.376747.0451
CIE-Lab81.6648-28.983180.7423

#bfd702 color RGB value is (191,215,2).

#bfd702 hex color red value is 191, green value is 215 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bfd702 hue: 0.19 , saturation: 0.98 and the lightness value of bfd702 is 0.43.

The process color (four color CMYK) of #bfd702 color hex is 0.11, 0.00, 0.99, 0.16. Web safe color of #bfd702 is #cccc00. Color #bfd702 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 00000010
Octal 277 327 2
Decimal 191 215 2
Hex BF D7 2

RGB Percentages of Color #bfd702

%46.81
%52.70
%0.49

CMYK Percentages of Color #bfd702

%11
%0
%99
%16

Triadic Colors of #bfd702

#bfd702 #02bfd7 #d702bf

Analogous Colors of #bfd702

#bfd702 #55d702 #d78502

Monochromatic Colors of #bfd702

#bfd702

Complementary Color

#bfd702 #1a02d7

#bfd702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd702 Color CSS Codes

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

#bfd702 Text Font Color

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

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


#bfd702 Background Color

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

This div background color is #bfd702


#bfd702 Border Color

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

This div border color is #bfd702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd702


Comments

No comments written yet.

Please login to write comment.