Color Hex Logo

#bce484 Color Hex

#BCE484
(188,228,132)
0 Favorites   0 Comments

Color spaces of #bce484

RGB 188228132
HSL0.240.640.71
HSV85°42°89°
CMYK 0.180.000.42   0.11
XYZ52.647367.844132.1502
Yxy67.84410.34490.4445
Hunter Lab82.3675-30.050434.5148
CIE-Lab85.9284-28.718142.5590

#bce484 color RGB value is (188,228,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 10000100
Octal 274 344 204
Decimal 188 228 132
Hex BC E4 84

RGB Percentages of Color #bce484

%34.31
%41.61
%24.09

CMYK Percentages of Color #bce484

%18
%0
%42
%11

Triadic Colors of #bce484

#bce484 #84bce4 #e484bc

Analogous Colors of #bce484

#bce484 #8ce484 #e4dc84

Monochromatic Colors of #bce484

#bce484

Complementary Color

#bce484 #ac84e4

#bce484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce484 Color CSS Codes

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

#bce484 Text Font Color

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

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


#bce484 Background Color

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

This div background color is #bce484


#bce484 Border Color

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

This div border color is #bce484


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,228,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 #bce484">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce484


Comments

No comments written yet.

Please login to write comment.