Color Hex Logo

#bfcf1d Color Hex

#BFCF1D
(191,207,29)
0 Favorites   0 Comments

Color spaces of #bfcf1d

RGB 19120729
HSL0.180.750.46
HSV65°86°81°
CMYK 0.080.000.86   0.19
XYZ44.020555.79079.6110
Yxy55.79070.40230.5099
Hunter Lab74.6932-25.513944.6562
CIE-Lab79.4946-24.764875.5960

#bfcf1d color RGB value is (191,207,29).

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

The process color (four color CMYK) of #bfcf1d color hex is 0.08, 0.00, 0.86, 0.19. Web safe color of #bfcf1d is #cccc33. Color #bfcf1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001111 00011101
Octal 277 317 35
Decimal 191 207 29
Hex BF CF 1D

RGB Percentages of Color #bfcf1d

%44.73
%48.48
%6.79

CMYK Percentages of Color #bfcf1d

%8
%0
%86
%19

Triadic Colors of #bfcf1d

#bfcf1d #1dbfcf #cf1dbf

Analogous Colors of #bfcf1d

#bfcf1d #66cf1d #cf861d

Monochromatic Colors of #bfcf1d

#bfcf1d

Complementary Color

#bfcf1d #2d1dcf

#bfcf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcf1d Color CSS Codes

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

#bfcf1d Text Font Color

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

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


#bfcf1d Background Color

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

This div background color is #bfcf1d


#bfcf1d Border Color

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

This div border color is #bfcf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcf1d


Comments

No comments written yet.

Please login to write comment.