Color Hex Logo

#bdc61f Color Hex

#BDC61F
(189,198,31)
0 Favorites   0 Comments

Color spaces of #bdc61f

RGB 18919831
HSL0.180.730.45
HSV63°84°78°
CMYK 0.050.000.84   0.22
XYZ41.427751.30599.0159
Yxy51.30590.40720.5042
Hunter Lab71.6281-22.109942.6768
CIE-Lab76.8639-21.175372.9377

#bdc61f color RGB value is (189,198,31).

#bdc61f hex color red value is 189, green value is 198 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bdc61f hue: 0.18 , saturation: 0.73 and the lightness value of bdc61f is 0.45.

The process color (four color CMYK) of #bdc61f color hex is 0.05, 0.00, 0.84, 0.22. Web safe color of #bdc61f is #cccc33. Color #bdc61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 00011111
Octal 275 306 37
Decimal 189 198 31
Hex BD C6 1F

RGB Percentages of Color #bdc61f

%45.22
%47.37
%7.42

CMYK Percentages of Color #bdc61f

%5
%0
%84
%22

Triadic Colors of #bdc61f

#bdc61f #1fbdc6 #c61fbd

Analogous Colors of #bdc61f

#bdc61f #6ac61f #c67c1f

Monochromatic Colors of #bdc61f

#bdc61f

Complementary Color

#bdc61f #281fc6

#bdc61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc61f Color CSS Codes

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

#bdc61f Text Font Color

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

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


#bdc61f Background Color

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

This div background color is #bdc61f


#bdc61f Border Color

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

This div border color is #bdc61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc61f


Comments

No comments written yet.

Please login to write comment.