Color Hex Logo

#bdc27d Color Hex

#BDC27D
(189,194,125)
0 Favorites   0 Comments

Color spaces of #bdc27d

RGB 189194125
HSL0.180.360.63
HSV64°36°76°
CMYK 0.030.000.36   0.24
XYZ43.979750.883126.9055
Yxy50.88310.36120.4179
Hunter Lab71.3324-14.778227.5694
CIE-Lab76.6081-12.443034.1654

#bdc27d color RGB value is (189,194,125).

#bdc27d hex color red value is 189, green value is 194 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bdc27d hue: 0.18 , saturation: 0.36 and the lightness value of bdc27d is 0.63.

The process color (four color CMYK) of #bdc27d color hex is 0.03, 0.00, 0.36, 0.24. Web safe color of #bdc27d is #cccc66. Color #bdc27d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 01111101
Octal 275 302 175
Decimal 189 194 125
Hex BD C2 7D

RGB Percentages of Color #bdc27d

%37.20
%38.19
%24.61

CMYK Percentages of Color #bdc27d

%3
%0
%36
%24

Triadic Colors of #bdc27d

#bdc27d #7dbdc2 #c27dbd

Analogous Colors of #bdc27d

#bdc27d #9bc27d #c2a57d

Monochromatic Colors of #bdc27d

#bdc27d

Complementary Color

#bdc27d #827dc2

#bdc27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc27d Color CSS Codes

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

#bdc27d Text Font Color

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

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


#bdc27d Background Color

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

This div background color is #bdc27d


#bdc27d Border Color

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

This div border color is #bdc27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc27d


Comments

No comments written yet.

Please login to write comment.