Color Hex Logo

#bdc56b Color Hex

#BDC56B
(189,197,107)
0 Favorites   0 Comments

Color spaces of #bdc56b

RGB 189197107
HSL0.180.440.60
HSV65°46°77°
CMYK 0.040.000.46   0.23
XYZ43.606451.812921.6125
Yxy51.81290.37260.4427
Hunter Lab71.9812-17.831332.5849
CIE-Lab77.1688-15.957043.9697

#bdc56b color RGB value is (189,197,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 01101011
Octal 275 305 153
Decimal 189 197 107
Hex BD C5 6B

RGB Percentages of Color #bdc56b

%38.34
%39.96
%21.70

CMYK Percentages of Color #bdc56b

%4
%0
%46
%23

Triadic Colors of #bdc56b

#bdc56b #6bbdc5 #c56bbd

Analogous Colors of #bdc56b

#bdc56b #90c56b #c5a06b

Monochromatic Colors of #bdc56b

#bdc56b

Complementary Color

#bdc56b #736bc5

#bdc56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc56b Color CSS Codes

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

#bdc56b Text Font Color

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

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


#bdc56b Background Color

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

This div background color is #bdc56b


#bdc56b Border Color

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

This div border color is #bdc56b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,197,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 #bdc56b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc56b


Comments

No comments written yet.

Please login to write comment.