Color Hex Logo

#bcce5f Color Hex

#BCCE5F
(188,206,95)
0 Favorites   0 Comments

Color spaces of #bcce5f

RGB 18820695
HSL0.190.530.59
HSV70°54°81°
CMYK 0.090.000.54   0.19
XYZ44.875955.660219.2048
Yxy55.66020.37480.4648
Hunter Lab74.6058-23.191136.9618
CIE-Lab79.4200-21.953952.3551

#bcce5f color RGB value is (188,206,95).

#bcce5f hex color red value is 188, green value is 206 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bcce5f hue: 0.19 , saturation: 0.53 and the lightness value of bcce5f is 0.59.

The process color (four color CMYK) of #bcce5f color hex is 0.09, 0.00, 0.54, 0.19. Web safe color of #bcce5f is #cccc66. Color #bcce5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 01011111
Octal 274 316 137
Decimal 188 206 95
Hex BC CE 5F

RGB Percentages of Color #bcce5f

%38.45
%42.13
%19.43

CMYK Percentages of Color #bcce5f

%9
%0
%54
%19

Triadic Colors of #bcce5f

#bcce5f #5fbcce #ce5fbc

Analogous Colors of #bcce5f

#bcce5f #85ce5f #cea95f

Monochromatic Colors of #bcce5f

#bcce5f

Complementary Color

#bcce5f #715fce

#bcce5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcce5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcce5f Color CSS Codes

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

#bcce5f Text Font Color

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

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


#bcce5f Background Color

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

This div background color is #bcce5f


#bcce5f Border Color

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

This div border color is #bcce5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,206,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 #bcce5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcce5f


Comments

No comments written yet.

Please login to write comment.