Color Hex Logo

#bfda1d Color Hex

#BFDA1D
(191,218,29)
0 Favorites   0 Comments

Color spaces of #bfda1d

RGB 19121829
HSL0.190.770.48
HSV69°87°85°
CMYK 0.120.000.87   0.15
XYZ46.779061.307910.5305
Yxy61.30790.39440.5169
Hunter Lab78.2994-30.381246.8356
CIE-Lab82.5440-29.991678.0998

#bfda1d color RGB value is (191,218,29).

#bfda1d hex color red value is 191, green value is 218 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bfda1d hue: 0.19 , saturation: 0.77 and the lightness value of bfda1d is 0.48.

The process color (four color CMYK) of #bfda1d color hex is 0.12, 0.00, 0.87, 0.15. Web safe color of #bfda1d is #cccc33. Color #bfda1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 00011101
Octal 277 332 35
Decimal 191 218 29
Hex BF DA 1D

RGB Percentages of Color #bfda1d

%43.61
%49.77
%6.62

CMYK Percentages of Color #bfda1d

%12
%0
%87
%15

Triadic Colors of #bfda1d

#bfda1d #1dbfda #da1dbf

Analogous Colors of #bfda1d

#bfda1d #61da1d #da971d

Monochromatic Colors of #bfda1d

#bfda1d

Complementary Color

#bfda1d #381dda

#bfda1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfda1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfda1d Color CSS Codes

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

#bfda1d Text Font Color

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

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


#bfda1d Background Color

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

This div background color is #bfda1d


#bfda1d Border Color

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

This div border color is #bfda1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfda1d


Comments

No comments written yet.

Please login to write comment.