Color Hex Logo

#bcf36d Color Hex

#BCF36D
(188,243,109)
0 Favorites   0 Comments

Color spaces of #bcf36d

RGB 188243109
HSL0.240.850.69
HSV85°55°95°
CMYK 0.230.000.55   0.05
XYZ55.549975.896726.1897
Yxy75.89670.35240.4815
Hunter Lab87.1187-38.640043.1593
CIE-Lab89.8114-38.043058.0525

#bcf36d color RGB value is (188,243,109).

#bcf36d hex color red value is 188, green value is 243 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bcf36d hue: 0.24 , saturation: 0.85 and the lightness value of bcf36d is 0.69.

The process color (four color CMYK) of #bcf36d color hex is 0.23, 0.00, 0.55, 0.05. Web safe color of #bcf36d is #ccff66. Color #bcf36d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 01101101
Octal 274 363 155
Decimal 188 243 109
Hex BC F3 6D

RGB Percentages of Color #bcf36d

%34.81
%45.00
%20.19

CMYK Percentages of Color #bcf36d

%23
%0
%55
%5

Triadic Colors of #bcf36d

#bcf36d #6dbcf3 #f36dbc

Analogous Colors of #bcf36d

#bcf36d #79f36d #f3e76d

Monochromatic Colors of #bcf36d

#bcf36d

Complementary Color

#bcf36d #a46df3

#bcf36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf36d Color CSS Codes

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

#bcf36d Text Font Color

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

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


#bcf36d Background Color

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

This div background color is #bcf36d


#bcf36d Border Color

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

This div border color is #bcf36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf36d


Comments

No comments written yet.

Please login to write comment.