Color Hex Logo

#bcd63d Color Hex

#BCD63D
(188,214,61)
0 Favorites   0 Comments

Color spaces of #bcd63d

RGB 18821461
HSL0.190.650.54
HSV70°71°84°
CMYK 0.120.000.71   0.16
XYZ45.627959.121413.4216
Yxy59.12140.38610.5003
Hunter Lab76.8904-28.633843.4740
CIE-Lab81.3583-28.145768.3236

#bcd63d color RGB value is (188,214,61).

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

The process color (four color CMYK) of #bcd63d color hex is 0.12, 0.00, 0.71, 0.16. Web safe color of #bcd63d is #cccc33. Color #bcd63d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 00111101
Octal 274 326 75
Decimal 188 214 61
Hex BC D6 3D

RGB Percentages of Color #bcd63d

%40.60
%46.22
%13.17

CMYK Percentages of Color #bcd63d

%12
%0
%71
%16

Triadic Colors of #bcd63d

#bcd63d #3dbcd6 #d63dbc

Analogous Colors of #bcd63d

#bcd63d #70d63d #d6a43d

Monochromatic Colors of #bcd63d

#bcd63d

Complementary Color

#bcd63d #573dd6

#bcd63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd63d Color CSS Codes

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

#bcd63d Text Font Color

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

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


#bcd63d Background Color

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

This div background color is #bcd63d


#bcd63d Border Color

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

This div border color is #bcd63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd63d


Comments

No comments written yet.

Please login to write comment.