Color Hex Logo

#bcf33c Color Hex

#BCF33C
(188,243,60)
0 Favorites   0 Comments

Color spaces of #bcf33c

RGB 18824360
HSL0.220.880.59
HSV78°75°95°
CMYK 0.230.000.75   0.05
XYZ53.605275.118815.9491
Yxy75.11880.37050.5192
Hunter Lab86.6711-41.274049.7593
CIE-Lab89.4486-41.415876.3801

#bcf33c color RGB value is (188,243,60).

#bcf33c hex color red value is 188, green value is 243 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bcf33c hue: 0.22 , saturation: 0.88 and the lightness value of bcf33c is 0.59.

The process color (four color CMYK) of #bcf33c color hex is 0.23, 0.00, 0.75, 0.05. Web safe color of #bcf33c is #ccff33. Color #bcf33c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 00111100
Octal 274 363 74
Decimal 188 243 60
Hex BC F3 3C

RGB Percentages of Color #bcf33c

%38.29
%49.49
%12.22

CMYK Percentages of Color #bcf33c

%23
%0
%75
%5

Triadic Colors of #bcf33c

#bcf33c #3cbcf3 #f33cbc

Analogous Colors of #bcf33c

#bcf33c #61f33c #f3cf3c

Monochromatic Colors of #bcf33c

#bcf33c

Complementary Color

#bcf33c #733cf3

#bcf33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf33c Color CSS Codes

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

#bcf33c Text Font Color

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

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


#bcf33c Background Color

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

This div background color is #bcf33c


#bcf33c Border Color

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

This div border color is #bcf33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf33c


Comments

No comments written yet.

Please login to write comment.