Color Hex Logo

#bcd108 Color Hex

#BCD108
(188,209,8)
0 Favorites   0 Comments

Color spaces of #bcd108

RGB 1882098
HSL0.180.930.43
HSV66°96°82°
CMYK 0.100.000.96   0.18
XYZ43.583356.30988.8015
Yxy56.30980.40100.5181
Hunter Lab75.0399-27.646645.5737
CIE-Lab79.7898-27.322478.6789

#bcd108 color RGB value is (188,209,8).

#bcd108 hex color red value is 188, green value is 209 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #bcd108 hue: 0.18 , saturation: 0.93 and the lightness value of bcd108 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010001 00001000
Octal 274 321 10
Decimal 188 209 8
Hex BC D1 8

RGB Percentages of Color #bcd108

%46.42
%51.60
%1.98

CMYK Percentages of Color #bcd108

%10
%0
%96
%18

Triadic Colors of #bcd108

#bcd108 #08bcd1 #d108bc

Analogous Colors of #bcd108

#bcd108 #57d108 #d18208

Monochromatic Colors of #bcd108

#bcd108

Complementary Color

#bcd108 #1d08d1

#bcd108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd108 Color CSS Codes

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

#bcd108 Text Font Color

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

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


#bcd108 Background Color

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

This div background color is #bcd108


#bcd108 Border Color

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

This div border color is #bcd108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd108


Comments

No comments written yet.

Please login to write comment.