Color Hex Logo

#bce982 Color Hex

#BCE982
(188,233,130)
0 Favorites   0 Comments

Color spaces of #bce982

RGB 188233130
HSL0.240.700.71
HSV86°44°91°
CMYK 0.190.000.44   0.09
XYZ53.907270.580931.9014
Yxy70.58090.34470.4513
Hunter Lab84.0124-32.485936.2950
CIE-Lab87.2810-31.298245.2355

#bce982 color RGB value is (188,233,130).

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

The process color (four color CMYK) of #bce982 color hex is 0.19, 0.00, 0.44, 0.09. Web safe color of #bce982 is #ccff99. Color #bce982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 10000010
Octal 274 351 202
Decimal 188 233 130
Hex BC E9 82

RGB Percentages of Color #bce982

%34.12
%42.29
%23.59

CMYK Percentages of Color #bce982

%19
%0
%44
%9

Triadic Colors of #bce982

#bce982 #82bce9 #e982bc

Analogous Colors of #bce982

#bce982 #89e982 #e9e382

Monochromatic Colors of #bce982

#bce982

Complementary Color

#bce982 #af82e9

#bce982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce982 Color CSS Codes

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

#bce982 Text Font Color

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

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


#bce982 Background Color

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

This div background color is #bce982


#bce982 Border Color

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

This div border color is #bce982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce982


Comments

No comments written yet.

Please login to write comment.