Color Hex Logo

#bce584 Color Hex

#BCE584
(188,229,132)
0 Favorites   0 Comments

Color spaces of #bce584

RGB 188229132
HSL0.240.650.71
HSV85°42°90°
CMYK 0.180.000.42   0.10
XYZ52.923268.395932.2422
Yxy68.39590.34460.4454
Hunter Lab82.7018-30.501034.7764
CIE-Lab86.2040-29.189942.9073

#bce584 color RGB value is (188,229,132).

#bce584 hex color red value is 188, green value is 229 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bce584 hue: 0.24 , saturation: 0.65 and the lightness value of bce584 is 0.71.

The process color (four color CMYK) of #bce584 color hex is 0.18, 0.00, 0.42, 0.10. Web safe color of #bce584 is #cccc99. Color #bce584 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 10000100
Octal 274 345 204
Decimal 188 229 132
Hex BC E5 84

RGB Percentages of Color #bce584

%34.24
%41.71
%24.04

CMYK Percentages of Color #bce584

%18
%0
%42
%10

Triadic Colors of #bce584

#bce584 #84bce5 #e584bc

Analogous Colors of #bce584

#bce584 #8ce584 #e5de84

Monochromatic Colors of #bce584

#bce584

Complementary Color

#bce584 #ad84e5

#bce584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce584 Color CSS Codes

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

#bce584 Text Font Color

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

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


#bce584 Background Color

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

This div background color is #bce584


#bce584 Border Color

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

This div border color is #bce584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce584


Comments

No comments written yet.

Please login to write comment.