Color Hex Logo

#bcd35f Color Hex

#BCD35F
(188,211,95)
0 Favorites   0 Comments

Color spaces of #bcd35f

RGB 18821195
HSL0.200.570.60
HSV72°55°83°
CMYK 0.110.000.55   0.17
XYZ46.098958.106119.6124
Yxy58.10610.37230.4693
Hunter Lab76.2274-25.449138.1045
CIE-Lab80.7977-24.387153.9425

#bcd35f color RGB value is (188,211,95).

#bcd35f hex color red value is 188, green value is 211 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bcd35f hue: 0.20 , saturation: 0.57 and the lightness value of bcd35f is 0.60.

The process color (four color CMYK) of #bcd35f color hex is 0.11, 0.00, 0.55, 0.17. Web safe color of #bcd35f is #cccc66. Color #bcd35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 01011111
Octal 274 323 137
Decimal 188 211 95
Hex BC D3 5F

RGB Percentages of Color #bcd35f

%38.06
%42.71
%19.23

CMYK Percentages of Color #bcd35f

%11
%0
%55
%17

Triadic Colors of #bcd35f

#bcd35f #5fbcd3 #d35fbc

Analogous Colors of #bcd35f

#bcd35f #82d35f #d3b05f

Monochromatic Colors of #bcd35f

#bcd35f

Complementary Color

#bcd35f #765fd3

#bcd35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd35f Color CSS Codes

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

#bcd35f Text Font Color

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

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


#bcd35f Background Color

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

This div background color is #bcd35f


#bcd35f Border Color

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

This div border color is #bcd35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd35f


Comments

No comments written yet.

Please login to write comment.