Color Hex Logo

#bcd93d Color Hex

#BCD93D
(188,217,61)
0 Favorites   0 Comments

Color spaces of #bcd93d

RGB 18821761
HSL0.200.670.55
HSV71°72°85°
CMYK 0.130.000.72   0.15
XYZ46.394260.654013.6770
Yxy60.65400.38430.5024
Hunter Lab77.8807-29.957244.1043
CIE-Lab82.1924-29.561569.1343

#bcd93d color RGB value is (188,217,61).

#bcd93d hex color red value is 188, green value is 217 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bcd93d hue: 0.20 , saturation: 0.67 and the lightness value of bcd93d is 0.55.

The process color (four color CMYK) of #bcd93d color hex is 0.13, 0.00, 0.72, 0.15. Web safe color of #bcd93d is #cccc33. Color #bcd93d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 00111101
Octal 274 331 75
Decimal 188 217 61
Hex BC D9 3D

RGB Percentages of Color #bcd93d

%40.34
%46.57
%13.09

CMYK Percentages of Color #bcd93d

%13
%0
%72
%15

Triadic Colors of #bcd93d

#bcd93d #3dbcd9 #d93dbc

Analogous Colors of #bcd93d

#bcd93d #6ed93d #d9a83d

Monochromatic Colors of #bcd93d

#bcd93d

Complementary Color

#bcd93d #5a3dd9

#bcd93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd93d Color CSS Codes

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

#bcd93d Text Font Color

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

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


#bcd93d Background Color

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

This div background color is #bcd93d


#bcd93d Border Color

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

This div border color is #bcd93d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,217,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcd93d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcd93d;
  -webkit-box-shadow: 1px 1px 3px 2px #bcd93d;
  box-shadow:         1px 1px 3px 2px #bcd93d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,217,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd93d


Comments

No comments written yet.

Please login to write comment.