Color Hex Logo

#bce760 Color Hex

#BCE760
(188,231,96)
0 Favorites   0 Comments

Color spaces of #bce760

RGB 18823196
HSL0.220.740.64
HSV79°58°91°
CMYK 0.190.000.58   0.09
XYZ51.426368.687721.6139
Yxy68.68770.36290.4846
Hunter Lab82.8780-34.276342.5523
CIE-Lab86.3492-33.730959.7954

#bce760 color RGB value is (188,231,96).

#bce760 hex color red value is 188, green value is 231 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bce760 hue: 0.22 , saturation: 0.74 and the lightness value of bce760 is 0.64.

The process color (four color CMYK) of #bce760 color hex is 0.19, 0.00, 0.58, 0.09. Web safe color of #bce760 is #ccff66. Color #bce760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 01100000
Octal 274 347 140
Decimal 188 231 96
Hex BC E7 60

RGB Percentages of Color #bce760

%36.50
%44.85
%18.64

CMYK Percentages of Color #bce760

%19
%0
%58
%9

Triadic Colors of #bce760

#bce760 #60bce7 #e760bc

Analogous Colors of #bce760

#bce760 #79e760 #e7cf60

Monochromatic Colors of #bce760

#bce760

Complementary Color

#bce760 #8b60e7

#bce760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce760 Color CSS Codes

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

#bce760 Text Font Color

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

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


#bce760 Background Color

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

This div background color is #bce760


#bce760 Border Color

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

This div border color is #bce760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce760


Comments

No comments written yet.

Please login to write comment.