Color Hex Logo

#bce482 Color Hex

#BCE482
(188,228,130)
0 Favorites   0 Comments

Color spaces of #bce482

RGB 188228130
HSL0.230.640.70
HSV84°43°89°
CMYK 0.180.000.43   0.11
XYZ52.511767.789931.4362
Yxy67.78990.34610.4468
Hunter Lab82.3346-30.241234.9967
CIE-Lab85.9013-28.953943.5055

#bce482 color RGB value is (188,228,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 10000010
Octal 274 344 202
Decimal 188 228 130
Hex BC E4 82

RGB Percentages of Color #bce482

%34.43
%41.76
%23.81

CMYK Percentages of Color #bce482

%18
%0
%43
%11

Triadic Colors of #bce482

#bce482 #82bce4 #e482bc

Analogous Colors of #bce482

#bce482 #8be482 #e4db82

Monochromatic Colors of #bce482

#bce482

Complementary Color

#bce482 #aa82e4

#bce482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce482 Color CSS Codes

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

#bce482 Text Font Color

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

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


#bce482 Background Color

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

This div background color is #bce482


#bce482 Border Color

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

This div border color is #bce482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce482


Comments

No comments written yet.

Please login to write comment.