Color Hex Logo

#bdc41b Color Hex

#BDC41B
(189,196,27)
0 Favorites   0 Comments

Color spaces of #bdc41b

RGB 18919627
HSL0.170.760.44
HSV62°86°77°
CMYK 0.040.000.86   0.23
XYZ40.924050.37788.6039
Yxy50.37780.40960.5043
Hunter Lab70.9773-21.291042.4970
CIE-Lab76.3006-20.289773.3150

#bdc41b color RGB value is (189,196,27).

#bdc41b hex color red value is 189, green value is 196 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bdc41b hue: 0.17 , saturation: 0.76 and the lightness value of bdc41b is 0.44.

The process color (four color CMYK) of #bdc41b color hex is 0.04, 0.00, 0.86, 0.23. Web safe color of #bdc41b is #cccc33. Color #bdc41b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 00011011
Octal 275 304 33
Decimal 189 196 27
Hex BD C4 1B

RGB Percentages of Color #bdc41b

%45.87
%47.57
%6.55

CMYK Percentages of Color #bdc41b

%4
%0
%86
%23

Triadic Colors of #bdc41b

#bdc41b #1bbdc4 #c41bbd

Analogous Colors of #bdc41b

#bdc41b #69c41b #c4771b

Monochromatic Colors of #bdc41b

#bdc41b

Complementary Color

#bdc41b #221bc4

#bdc41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc41b Color CSS Codes

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

#bdc41b Text Font Color

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

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


#bdc41b Background Color

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

This div background color is #bdc41b


#bdc41b Border Color

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

This div border color is #bdc41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc41b


Comments

No comments written yet.

Please login to write comment.