Color Hex Logo

#bfcd58 Color Hex

#BFCD58
(191,205,88)
0 Favorites   0 Comments

Color spaces of #bfcd58

RGB 19120588
HSL0.190.540.57
HSV67°57°80°
CMYK 0.070.000.57   0.20
XYZ45.078655.443617.5583
Yxy55.44360.38180.4695
Hunter Lab74.4605-22.241338.1413
CIE-Lab79.2961-20.834455.4430

#bfcd58 color RGB value is (191,205,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 01011000
Octal 277 315 130
Decimal 191 205 88
Hex BF CD 58

RGB Percentages of Color #bfcd58

%39.46
%42.36
%18.18

CMYK Percentages of Color #bfcd58

%7
%0
%57
%20

Triadic Colors of #bfcd58

#bfcd58 #58bfcd #cd58bf

Analogous Colors of #bfcd58

#bfcd58 #85cd58 #cda158

Monochromatic Colors of #bfcd58

#bfcd58

Complementary Color

#bfcd58 #6658cd

#bfcd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcd58 Color CSS Codes

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

#bfcd58 Text Font Color

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

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


#bfcd58 Background Color

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

This div background color is #bfcd58


#bfcd58 Border Color

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

This div border color is #bfcd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcd58


Comments

No comments written yet.

Please login to write comment.