Color Hex Logo

#bce084 Color Hex

#BCE084
(188,224,132)
0 Favorites   0 Comments

Color spaces of #bce084

RGB 188224132
HSL0.230.600.70
HSV83°41°88°
CMYK 0.160.000.41   0.12
XYZ51.559565.668631.7876
Yxy65.66860.34600.4407
Hunter Lab81.0362-28.242133.4680
CIE-Lab84.8271-26.818741.1627

#bce084 color RGB value is (188,224,132).

#bce084 hex color red value is 188, green value is 224 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bce084 hue: 0.23 , saturation: 0.60 and the lightness value of bce084 is 0.70.

The process color (four color CMYK) of #bce084 color hex is 0.16, 0.00, 0.41, 0.12. Web safe color of #bce084 is #cccc99. Color #bce084 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 10000100
Octal 274 340 204
Decimal 188 224 132
Hex BC E0 84

RGB Percentages of Color #bce084

%34.56
%41.18
%24.26

CMYK Percentages of Color #bce084

%16
%0
%41
%12

Triadic Colors of #bce084

#bce084 #84bce0 #e084bc

Analogous Colors of #bce084

#bce084 #8ee084 #e0d684

Monochromatic Colors of #bce084

#bce084

Complementary Color

#bce084 #a884e0

#bce084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce084 Color CSS Codes

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

#bce084 Text Font Color

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

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


#bce084 Background Color

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

This div background color is #bce084


#bce084 Border Color

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

This div border color is #bce084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce084


Comments

No comments written yet.

Please login to write comment.