Color Hex Logo

#bfcd53 Color Hex

#BFCD53
(191,205,83)
0 Favorites   0 Comments

Color spaces of #bfcd53

RGB 19120583
HSL0.190.550.56
HSV67°60°80°
CMYK 0.070.000.60   0.20
XYZ44.878555.363516.5045
Yxy55.36350.38440.4742
Hunter Lab74.4067-22.549138.9333
CIE-Lab79.2502-21.214357.5868

#bfcd53 color RGB value is (191,205,83).

#bfcd53 hex color red value is 191, green value is 205 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bfcd53 hue: 0.19 , saturation: 0.55 and the lightness value of bfcd53 is 0.56.

The process color (four color CMYK) of #bfcd53 color hex is 0.07, 0.00, 0.60, 0.20. Web safe color of #bfcd53 is #cccc66. Color #bfcd53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 01010011
Octal 277 315 123
Decimal 191 205 83
Hex BF CD 53

RGB Percentages of Color #bfcd53

%39.87
%42.80
%17.33

CMYK Percentages of Color #bfcd53

%7
%0
%60
%20

Triadic Colors of #bfcd53

#bfcd53 #53bfcd #cd53bf

Analogous Colors of #bfcd53

#bfcd53 #82cd53 #cd9e53

Monochromatic Colors of #bfcd53

#bfcd53

Complementary Color

#bfcd53 #6153cd

#bfcd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcd53 Color CSS Codes

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

#bfcd53 Text Font Color

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

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


#bfcd53 Background Color

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

This div background color is #bfcd53


#bfcd53 Border Color

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

This div border color is #bfcd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcd53


Comments

No comments written yet.

Please login to write comment.