Color Hex Logo

#bcf35d Color Hex

#BCF35D
(188,243,93)
0 Favorites   0 Comments

Color spaces of #bcf35d

RGB 18824393
HSL0.230.860.66
HSV82°62°95°
CMYK 0.230.000.62   0.05
XYZ54.765475.582922.0584
Yxy75.58290.35930.4959
Hunter Lab86.9384-39.699245.8136
CIE-Lab89.6653-39.390864.7185

#bcf35d color RGB value is (188,243,93).

#bcf35d hex color red value is 188, green value is 243 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bcf35d hue: 0.23 , saturation: 0.86 and the lightness value of bcf35d is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 01011101
Octal 274 363 135
Decimal 188 243 93
Hex BC F3 5D

RGB Percentages of Color #bcf35d

%35.88
%46.37
%17.75

CMYK Percentages of Color #bcf35d

%23
%0
%62
%5

Triadic Colors of #bcf35d

#bcf35d #5dbcf3 #f35dbc

Analogous Colors of #bcf35d

#bcf35d #71f35d #f3df5d

Monochromatic Colors of #bcf35d

#bcf35d

Complementary Color

#bcf35d #945df3

#bcf35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf35d Color CSS Codes

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

#bcf35d Text Font Color

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

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


#bcf35d Background Color

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

This div background color is #bcf35d


#bcf35d Border Color

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

This div border color is #bcf35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf35d


Comments

No comments written yet.

Please login to write comment.