Color Hex Logo

#bce082 Color Hex

#BCE082
(188,224,130)
0 Favorites   0 Comments

Color spaces of #bce082

RGB 188224130
HSL0.230.600.69
HSV83°42°88°
CMYK 0.160.000.42   0.12
XYZ51.424065.614431.0736
Yxy65.61440.34720.4430
Hunter Lab81.0027-28.435333.9576
CIE-Lab84.7993-27.056742.1158

#bce082 color RGB value is (188,224,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 10000010
Octal 274 340 202
Decimal 188 224 130
Hex BC E0 82

RGB Percentages of Color #bce082

%34.69
%41.33
%23.99

CMYK Percentages of Color #bce082

%16
%0
%42
%12

Triadic Colors of #bce082

#bce082 #82bce0 #e082bc

Analogous Colors of #bce082

#bce082 #8de082 #e0d582

Monochromatic Colors of #bce082

#bce082

Complementary Color

#bce082 #a682e0

#bce082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce082 Color CSS Codes

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

#bce082 Text Font Color

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

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


#bce082 Background Color

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

This div background color is #bce082


#bce082 Border Color

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

This div border color is #bce082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce082


Comments

No comments written yet.

Please login to write comment.