Color Hex Logo

#bcd13d Color Hex

#BCD13D
(188,209,61)
0 Favorites   0 Comments

Color spaces of #bcd13d

RGB 18820961
HSL0.190.620.53
HSV69°71°82°
CMYK 0.100.000.71   0.18
XYZ44.381856.629213.0062
Yxy56.62920.38930.4967
Hunter Lab75.2524-26.417242.4293
CIE-Lab79.9706-25.761266.9687

#bcd13d color RGB value is (188,209,61).

#bcd13d hex color red value is 188, green value is 209 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bcd13d hue: 0.19 , saturation: 0.62 and the lightness value of bcd13d is 0.53.

The process color (four color CMYK) of #bcd13d color hex is 0.10, 0.00, 0.71, 0.18. Web safe color of #bcd13d is #cccc33. Color #bcd13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 00111101
Octal 274 321 75
Decimal 188 209 61
Hex BC D1 3D

RGB Percentages of Color #bcd13d

%41.05
%45.63
%13.32

CMYK Percentages of Color #bcd13d

%10
%0
%71
%18

Triadic Colors of #bcd13d

#bcd13d #3dbcd1 #d13dbc

Analogous Colors of #bcd13d

#bcd13d #72d13d #d19c3d

Monochromatic Colors of #bcd13d

#bcd13d

Complementary Color

#bcd13d #523dd1

#bcd13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd13d Color CSS Codes

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

#bcd13d Text Font Color

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

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


#bcd13d Background Color

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

This div background color is #bcd13d


#bcd13d Border Color

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

This div border color is #bcd13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd13d


Comments

No comments written yet.

Please login to write comment.