Color Hex Logo

#bdc46b Color Hex

#BDC46B
(189,196,107)
0 Favorites   0 Comments

Color spaces of #bdc46b

RGB 189196107
HSL0.180.430.59
HSV65°45°77°
CMYK 0.040.000.45   0.23
XYZ43.380051.360221.5371
Yxy51.36020.37310.4417
Hunter Lab71.6660-17.368132.3484
CIE-Lab76.8967-15.452543.6364

#bdc46b color RGB value is (189,196,107).

#bdc46b hex color red value is 189, green value is 196 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bdc46b hue: 0.18 , saturation: 0.43 and the lightness value of bdc46b is 0.59.

The process color (four color CMYK) of #bdc46b color hex is 0.04, 0.00, 0.45, 0.23. Web safe color of #bdc46b is #cccc66. Color #bdc46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 01101011
Octal 275 304 153
Decimal 189 196 107
Hex BD C4 6B

RGB Percentages of Color #bdc46b

%38.41
%39.84
%21.75

CMYK Percentages of Color #bdc46b

%4
%0
%45
%23

Triadic Colors of #bdc46b

#bdc46b #6bbdc4 #c46bbd

Analogous Colors of #bdc46b

#bdc46b #91c46b #c49f6b

Monochromatic Colors of #bdc46b

#bdc46b

Complementary Color

#bdc46b #726bc4

#bdc46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc46b Color CSS Codes

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

#bdc46b Text Font Color

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

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


#bdc46b Background Color

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

This div background color is #bdc46b


#bdc46b Border Color

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

This div border color is #bdc46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc46b


Comments

No comments written yet.

Please login to write comment.