Color Hex Logo

#bcd205 Color Hex

#BCD205
(188,210,5)
0 Favorites   0 Comments

Color spaces of #bcd205

RGB 1882105
HSL0.180.950.42
HSV66°98°82°
CMYK 0.100.000.98   0.18
XYZ43.813056.79558.7970
Yxy56.79550.40050.5191
Hunter Lab75.3628-28.111945.8331
CIE-Lab80.0644-27.830079.1671

#bcd205 color RGB value is (188,210,5).

#bcd205 hex color red value is 188, green value is 210 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bcd205 hue: 0.18 , saturation: 0.95 and the lightness value of bcd205 is 0.42.

The process color (four color CMYK) of #bcd205 color hex is 0.10, 0.00, 0.98, 0.18. Web safe color of #bcd205 is #cccc00. Color #bcd205 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 00000101
Octal 274 322 5
Decimal 188 210 5
Hex BC D2 5

RGB Percentages of Color #bcd205

%46.65
%52.11
%1.24

CMYK Percentages of Color #bcd205

%10
%0
%98
%18

Triadic Colors of #bcd205

#bcd205 #05bcd2 #d205bc

Analogous Colors of #bcd205

#bcd205 #56d205 #d28205

Monochromatic Colors of #bcd205

#bcd205

Complementary Color

#bcd205 #1b05d2

#bcd205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd205 Color CSS Codes

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

#bcd205 Text Font Color

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

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


#bcd205 Background Color

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

This div background color is #bcd205


#bcd205 Border Color

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

This div border color is #bcd205


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd205


Comments

No comments written yet.

Please login to write comment.