Color Hex Logo

#bcd506 Color Hex

#BCD506
(188,213,6)
0 Favorites   0 Comments

Color spaces of #bcd506

RGB 1882136
HSL0.190.950.43
HSV67°97°84°
CMYK 0.120.000.97   0.16
XYZ44.566258.29309.0751
Yxy58.29300.39810.5208
Hunter Lab76.3499-29.419946.3976
CIE-Lab80.9014-29.236979.7085

#bcd506 color RGB value is (188,213,6).

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

The process color (four color CMYK) of #bcd506 color hex is 0.12, 0.00, 0.97, 0.16. Web safe color of #bcd506 is #cccc00. Color #bcd506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 00000110
Octal 274 325 6
Decimal 188 213 6
Hex BC D5 6

RGB Percentages of Color #bcd506

%46.19
%52.33
%1.47

CMYK Percentages of Color #bcd506

%12
%0
%97
%16

Triadic Colors of #bcd506

#bcd506 #06bcd5 #d506bc

Analogous Colors of #bcd506

#bcd506 #55d506 #d58706

Monochromatic Colors of #bcd506

#bcd506

Complementary Color

#bcd506 #1f06d5

#bcd506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd506 Color CSS Codes

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

#bcd506 Text Font Color

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

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


#bcd506 Background Color

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

This div background color is #bcd506


#bcd506 Border Color

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

This div border color is #bcd506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd506


Comments

No comments written yet.

Please login to write comment.