Color Hex Logo

#bcf39d Color Hex

#BCF39D
(188,243,157)
1 Favorites   0 Comments

Color spaces of #bcf39d

RGB 188243157
HSL0.270.780.78
HSV98°35°95°
CMYK 0.230.000.35   0.05
XYZ58.875477.226943.7015
Yxy77.22690.32740.4295
Hunter Lab87.8788-34.199932.0307
CIE-Lab90.4259-32.511235.9647

#bcf39d color RGB value is (188,243,157).

#bcf39d hex color red value is 188, green value is 243 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bcf39d hue: 0.27 , saturation: 0.78 and the lightness value of bcf39d is 0.78.

The process color (four color CMYK) of #bcf39d color hex is 0.23, 0.00, 0.35, 0.05. Web safe color of #bcf39d is #ccff99. Color #bcf39d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 10011101
Octal 274 363 235
Decimal 188 243 157
Hex BC F3 9D

RGB Percentages of Color #bcf39d

%31.97
%41.33
%26.70

CMYK Percentages of Color #bcf39d

%23
%0
%35
%5

Triadic Colors of #bcf39d

#bcf39d #9dbcf3 #f39dbc

Analogous Colors of #bcf39d

#bcf39d #9df3a9 #e7f39d

Monochromatic Colors of #bcf39d

#bcf39d

Complementary Color

#bcf39d #d49df3

#bcf39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf39d Color CSS Codes

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

#bcf39d Text Font Color

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

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


#bcf39d Background Color

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

This div background color is #bcf39d


#bcf39d Border Color

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

This div border color is #bcf39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf39d


Comments

No comments written yet.

Please login to write comment.