Color Hex Logo

#bcea47 Color Hex

#BCEA47
(188,234,71)
0 Favorites   0 Comments

Color spaces of #bcea47

RGB 18823471
HSL0.210.800.60
HSV77°70°92°
CMYK 0.200.000.70   0.08
XYZ51.299269.991916.7673
Yxy69.99190.37160.5070
Hunter Lab83.6612-36.954746.6800
CIE-Lab86.9929-36.841570.3732

#bcea47 color RGB value is (188,234,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 01000111
Octal 274 352 107
Decimal 188 234 71
Hex BC EA 47

RGB Percentages of Color #bcea47

%38.13
%47.46
%14.40

CMYK Percentages of Color #bcea47

%20
%0
%70
%8

Triadic Colors of #bcea47

#bcea47 #47bcea #ea47bc

Analogous Colors of #bcea47

#bcea47 #6bea47 #eac747

Monochromatic Colors of #bcea47

#bcea47

Complementary Color

#bcea47 #7547ea

#bcea47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcea47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcea47 Color CSS Codes

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

#bcea47 Text Font Color

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

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


#bcea47 Background Color

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

This div background color is #bcea47


#bcea47 Border Color

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

This div border color is #bcea47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcea47


Comments

No comments written yet.

Please login to write comment.