Color Hex Logo

#bcf309 Color Hex

#BCF309
(188,243,9)
0 Favorites   0 Comments

Color spaces of #bcf309

RGB 1882439
HSL0.210.930.49
HSV74°96°95°
CMYK 0.230.000.96   0.05
XYZ52.838974.812311.9138
Yxy74.81230.37860.5360
Hunter Lab86.4941-42.319752.3792
CIE-Lab89.3050-42.774785.9011

#bcf309 color RGB value is (188,243,9).

#bcf309 hex color red value is 188, green value is 243 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bcf309 hue: 0.21 , saturation: 0.93 and the lightness value of bcf309 is 0.49.

The process color (four color CMYK) of #bcf309 color hex is 0.23, 0.00, 0.96, 0.05. Web safe color of #bcf309 is #ccff00. Color #bcf309 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 00001001
Octal 274 363 11
Decimal 188 243 9
Hex BC F3 9

RGB Percentages of Color #bcf309

%42.73
%55.23
%2.05

CMYK Percentages of Color #bcf309

%23
%0
%96
%5

Triadic Colors of #bcf309

#bcf309 #09bcf3 #f309bc

Analogous Colors of #bcf309

#bcf309 #47f309 #f3b509

Monochromatic Colors of #bcf309

#bcf309

Complementary Color

#bcf309 #4009f3

#bcf309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf309 Color CSS Codes

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

#bcf309 Text Font Color

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

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


#bcf309 Background Color

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

This div background color is #bcf309


#bcf309 Border Color

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

This div border color is #bcf309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf309


Comments

No comments written yet.

Please login to write comment.