Color Hex Logo

#bfcd1d Color Hex

#BFCD1D
(191,205,29)
0 Favorites   0 Comments

Color spaces of #bfcd1d

RGB 19120529
HSL0.180.750.46
HSV65°86°80°
CMYK 0.070.000.86   0.20
XYZ43.539054.82779.4505
Yxy54.82770.40380.5085
Hunter Lab74.0457-24.621844.2648
CIE-Lab78.9419-23.798475.1417

#bfcd1d color RGB value is (191,205,29).

#bfcd1d hex color red value is 191, green value is 205 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bfcd1d hue: 0.18 , saturation: 0.75 and the lightness value of bfcd1d is 0.46.

The process color (four color CMYK) of #bfcd1d color hex is 0.07, 0.00, 0.86, 0.20. Web safe color of #bfcd1d is #cccc33. Color #bfcd1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 00011101
Octal 277 315 35
Decimal 191 205 29
Hex BF CD 1D

RGB Percentages of Color #bfcd1d

%44.94
%48.24
%6.82

CMYK Percentages of Color #bfcd1d

%7
%0
%86
%20

Triadic Colors of #bfcd1d

#bfcd1d #1dbfcd #cd1dbf

Analogous Colors of #bfcd1d

#bfcd1d #67cd1d #cd831d

Monochromatic Colors of #bfcd1d

#bfcd1d

Complementary Color

#bfcd1d #2b1dcd

#bfcd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcd1d Color CSS Codes

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

#bfcd1d Text Font Color

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

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


#bfcd1d Background Color

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

This div background color is #bfcd1d


#bfcd1d Border Color

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

This div border color is #bfcd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcd1d


Comments

No comments written yet.

Please login to write comment.