Color Hex Logo

#bdc68d Color Hex

#BDC68D
(189,198,141)
0 Favorites   0 Comments

Color spaces of #bdc68d

RGB 189198141
HSL0.190.330.66
HSV69°29°78°
CMYK 0.050.000.29   0.22
XYZ45.988153.130133.0306
Yxy53.13010.34800.4020
Hunter Lab72.8904-14.938824.1558
CIE-Lab77.9517-12.434927.6014

#bdc68d color RGB value is (189,198,141).

#bdc68d hex color red value is 189, green value is 198 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bdc68d hue: 0.19 , saturation: 0.33 and the lightness value of bdc68d is 0.66.

The process color (four color CMYK) of #bdc68d color hex is 0.05, 0.00, 0.29, 0.22. Web safe color of #bdc68d is #cccc99. Color #bdc68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 10001101
Octal 275 306 215
Decimal 189 198 141
Hex BD C6 8D

RGB Percentages of Color #bdc68d

%35.80
%37.50
%26.70

CMYK Percentages of Color #bdc68d

%5
%0
%29
%22

Triadic Colors of #bdc68d

#bdc68d #8dbdc6 #c68dbd

Analogous Colors of #bdc68d

#bdc68d #a1c68d #c6b38d

Monochromatic Colors of #bdc68d

#bdc68d

Complementary Color

#bdc68d #968dc6

#bdc68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc68d Color CSS Codes

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

#bdc68d Text Font Color

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

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


#bdc68d Background Color

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

This div background color is #bdc68d


#bdc68d Border Color

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

This div border color is #bdc68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc68d

#bdc68d Color Palettes


Comments

No comments written yet.

Please login to write comment.