Color Hex Logo

#bcea42 Color Hex

#BCEA42
(188,234,66)
0 Favorites   0 Comments

Color spaces of #bcea42

RGB 18823466
HSL0.210.800.59
HSV76°72°92°
CMYK 0.200.000.72   0.08
XYZ51.145269.930415.9565
Yxy69.93040.37320.5103
Hunter Lab83.6244-37.171047.2239
CIE-Lab86.9627-37.119272.0778

#bcea42 color RGB value is (188,234,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 01000010
Octal 274 352 102
Decimal 188 234 66
Hex BC EA 42

RGB Percentages of Color #bcea42

%38.52
%47.95
%13.52

CMYK Percentages of Color #bcea42

%20
%0
%72
%8

Triadic Colors of #bcea42

#bcea42 #42bcea #ea42bc

Analogous Colors of #bcea42

#bcea42 #68ea42 #eac442

Monochromatic Colors of #bcea42

#bcea42

Complementary Color

#bcea42 #7042ea

#bcea42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcea42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcea42 Color CSS Codes

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

#bcea42 Text Font Color

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

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


#bcea42 Background Color

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

This div background color is #bcea42


#bcea42 Border Color

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

This div border color is #bcea42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcea42


Comments

No comments written yet.

Please login to write comment.