Color Hex Logo

#bdcf47 Color Hex

#BDCF47
(189,207,71)
0 Favorites   0 Comments

Color spaces of #bdcf47

RGB 18920771
HSL0.190.590.55
HSV68°66°81°
CMYK 0.090.000.66   0.19
XYZ44.436455.899414.4089
Yxy55.89940.38730.4872
Hunter Lab74.7659-24.750640.9097
CIE-Lab79.5565-23.817562.8340

#bdcf47 color RGB value is (189,207,71).

#bdcf47 hex color red value is 189, green value is 207 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bdcf47 hue: 0.19 , saturation: 0.59 and the lightness value of bdcf47 is 0.55.

The process color (four color CMYK) of #bdcf47 color hex is 0.09, 0.00, 0.66, 0.19. Web safe color of #bdcf47 is #cccc33. Color #bdcf47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 01000111
Octal 275 317 107
Decimal 189 207 71
Hex BD CF 47

RGB Percentages of Color #bdcf47

%40.47
%44.33
%15.20

CMYK Percentages of Color #bdcf47

%9
%0
%66
%19

Triadic Colors of #bdcf47

#bdcf47 #47bdcf #cf47bd

Analogous Colors of #bdcf47

#bdcf47 #79cf47 #cf9d47

Monochromatic Colors of #bdcf47

#bdcf47

Complementary Color

#bdcf47 #5947cf

#bdcf47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf47 Color CSS Codes

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

#bdcf47 Text Font Color

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

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


#bdcf47 Background Color

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

This div background color is #bdcf47


#bdcf47 Border Color

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

This div border color is #bdcf47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,207,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf47


Comments

No comments written yet.

Please login to write comment.