Color Hex Logo

#bdc55d Color Hex

#BDC55D
(189,197,93)
0 Favorites   0 Comments

Color spaces of #bdc55d

RGB 18919793
HSL0.180.470.57
HSV65°53°77°
CMYK 0.040.000.53   0.23
XYZ42.928351.541618.0419
Yxy51.54160.38150.4581
Hunter Lab71.7925-18.902835.3548
CIE-Lab77.0059-17.264250.5040

#bdc55d color RGB value is (189,197,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 01011101
Octal 275 305 135
Decimal 189 197 93
Hex BD C5 5D

RGB Percentages of Color #bdc55d

%39.46
%41.13
%19.42

CMYK Percentages of Color #bdc55d

%4
%0
%53
%23

Triadic Colors of #bdc55d

#bdc55d #5dbdc5 #c55dbd

Analogous Colors of #bdc55d

#bdc55d #89c55d #c5995d

Monochromatic Colors of #bdc55d

#bdc55d

Complementary Color

#bdc55d #655dc5

#bdc55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc55d Color CSS Codes

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

#bdc55d Text Font Color

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

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


#bdc55d Background Color

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

This div background color is #bdc55d


#bdc55d Border Color

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

This div border color is #bdc55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc55d


Comments

No comments written yet.

Please login to write comment.