Color Hex Logo

#bcce35 Color Hex

#BCCE35
(188,206,53)
0 Favorites   0 Comments

Color spaces of #bcce35

RGB 18820653
HSL0.190.610.51
HSV67°74°81°
CMYK 0.090.000.74   0.19
XYZ43.452955.091011.7116
Yxy55.09100.39410.4997
Hunter Lab74.2233-25.390742.6010
CIE-Lab79.0937-24.706768.8396

#bcce35 color RGB value is (188,206,53).

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

The process color (four color CMYK) of #bcce35 color hex is 0.09, 0.00, 0.74, 0.19. Web safe color of #bcce35 is #cccc33. Color #bcce35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 00110101
Octal 274 316 65
Decimal 188 206 53
Hex BC CE 35

RGB Percentages of Color #bcce35

%42.06
%46.09
%11.86

CMYK Percentages of Color #bcce35

%9
%0
%74
%19

Triadic Colors of #bcce35

#bcce35 #35bcce #ce35bc

Analogous Colors of #bcce35

#bcce35 #70ce35 #ce9435

Monochromatic Colors of #bcce35

#bcce35

Complementary Color

#bcce35 #4735ce

#bcce35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcce35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcce35 Color CSS Codes

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

#bcce35 Text Font Color

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

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


#bcce35 Background Color

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

This div background color is #bcce35


#bcce35 Border Color

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

This div border color is #bcce35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcce35


Comments

No comments written yet.

Please login to write comment.