Color Hex Logo

#bcea36 Color Hex

#BCEA36
(188,234,54)
0 Favorites   0 Comments

Color spaces of #bcea36

RGB 18823454
HSL0.210.810.56
HSV75°77°92°
CMYK 0.200.000.77   0.08
XYZ50.827769.803314.2845
Yxy69.80330.37670.5174
Hunter Lab83.5484-37.616948.3469
CIE-Lab86.9003-37.693475.7898

#bcea36 color RGB value is (188,234,54).

#bcea36 hex color red value is 188, green value is 234 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bcea36 hue: 0.21 , saturation: 0.81 and the lightness value of bcea36 is 0.56.

The process color (four color CMYK) of #bcea36 color hex is 0.20, 0.00, 0.77, 0.08. Web safe color of #bcea36 is #ccff33. Color #bcea36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 00110110
Octal 274 352 66
Decimal 188 234 54
Hex BC EA 36

RGB Percentages of Color #bcea36

%39.50
%49.16
%11.34

CMYK Percentages of Color #bcea36

%20
%0
%77
%8

Triadic Colors of #bcea36

#bcea36 #36bcea #ea36bc

Analogous Colors of #bcea36

#bcea36 #62ea36 #eabe36

Monochromatic Colors of #bcea36

#bcea36

Complementary Color

#bcea36 #6436ea

#bcea36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcea36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcea36 Color CSS Codes

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

#bcea36 Text Font Color

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

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


#bcea36 Background Color

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

This div background color is #bcea36


#bcea36 Border Color

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

This div border color is #bcea36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcea36


Comments

No comments written yet.

Please login to write comment.