Color Hex Logo

#bcd909 Color Hex

#BCD909
(188,217,9)
0 Favorites   0 Comments

Color spaces of #bcd909

RGB 1882179
HSL0.190.920.44
HSV68°96°85°
CMYK 0.130.000.96   0.15
XYZ45.601260.33689.5012
Yxy60.33680.39500.5227
Hunter Lab77.6768-31.143547.1216
CIE-Lab82.0209-31.078380.2922

#bcd909 color RGB value is (188,217,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 00001001
Octal 274 331 11
Decimal 188 217 9
Hex BC D9 9

RGB Percentages of Color #bcd909

%45.41
%52.42
%2.17

CMYK Percentages of Color #bcd909

%13
%0
%96
%15

Triadic Colors of #bcd909

#bcd909 #09bcd9 #d909bc

Analogous Colors of #bcd909

#bcd909 #54d909 #d98e09

Monochromatic Colors of #bcd909

#bcd909

Complementary Color

#bcd909 #2609d9

#bcd909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd909 Color CSS Codes

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

#bcd909 Text Font Color

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

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


#bcd909 Background Color

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

This div background color is #bcd909


#bcd909 Border Color

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

This div border color is #bcd909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd909


Comments

No comments written yet.

Please login to write comment.