Color Hex Logo

#bcd905 Color Hex

#BCD905
(188,217,5)
0 Favorites   0 Comments

Color spaces of #bcd905

RGB 1882175
HSL0.190.950.44
HSV68°98°85°
CMYK 0.130.000.98   0.15
XYZ45.579360.32809.3858
Yxy60.32800.39530.5233
Hunter Lab77.6711-31.176347.2051
CIE-Lab82.0161-31.120480.6446

#bcd905 color RGB value is (188,217,5).

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

The process color (four color CMYK) of #bcd905 color hex is 0.13, 0.00, 0.98, 0.15. Web safe color of #bcd905 is #cccc00. Color #bcd905 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 00000101
Octal 274 331 5
Decimal 188 217 5
Hex BC D9 5

RGB Percentages of Color #bcd905

%45.85
%52.93
%1.22

CMYK Percentages of Color #bcd905

%13
%0
%98
%15

Triadic Colors of #bcd905

#bcd905 #05bcd9 #d905bc

Analogous Colors of #bcd905

#bcd905 #52d905 #d98c05

Monochromatic Colors of #bcd905

#bcd905

Complementary Color

#bcd905 #2205d9

#bcd905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd905 Color CSS Codes

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

#bcd905 Text Font Color

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

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


#bcd905 Background Color

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

This div background color is #bcd905


#bcd905 Border Color

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

This div border color is #bcd905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd905


Comments

No comments written yet.

Please login to write comment.