Color Hex Logo

#bcea76 Color Hex

#BCEA76
(188,234,118)
0 Favorites   0 Comments

Color spaces of #bcea76

RGB 188234118
HSL0.230.730.69
HSV84°50°92°
CMYK 0.200.000.50   0.08
XYZ53.431970.845027.9978
Yxy70.84500.35090.4652
Hunter Lab84.1695-33.982439.1966
CIE-Lab87.4096-33.072851.1128

#bcea76 color RGB value is (188,234,118).

#bcea76 hex color red value is 188, green value is 234 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bcea76 hue: 0.23 , saturation: 0.73 and the lightness value of bcea76 is 0.69.

The process color (four color CMYK) of #bcea76 color hex is 0.20, 0.00, 0.50, 0.08. Web safe color of #bcea76 is #ccff66. Color #bcea76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 01110110
Octal 274 352 166
Decimal 188 234 118
Hex BC EA 76

RGB Percentages of Color #bcea76

%34.81
%43.33
%21.85

CMYK Percentages of Color #bcea76

%20
%0
%50
%8

Triadic Colors of #bcea76

#bcea76 #76bcea #ea76bc

Analogous Colors of #bcea76

#bcea76 #82ea76 #eade76

Monochromatic Colors of #bcea76

#bcea76

Complementary Color

#bcea76 #a476ea

#bcea76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcea76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcea76 Color CSS Codes

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

#bcea76 Text Font Color

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

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


#bcea76 Background Color

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

This div background color is #bcea76


#bcea76 Border Color

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

This div border color is #bcea76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcea76


Comments

No comments written yet.

Please login to write comment.