Color Hex Logo

#bce74e Color Hex

#BCE74E
(188,231,78)
0 Favorites   0 Comments

Color spaces of #bce74e

RGB 18823178
HSL0.210.760.61
HSV77°66°91°
CMYK 0.190.000.66   0.09
XYZ50.690168.393317.7373
Yxy68.39330.37050.4999
Hunter Lab82.7002-35.316045.1738
CIE-Lab86.2027-35.053266.9823

#bce74e color RGB value is (188,231,78).

#bce74e hex color red value is 188, green value is 231 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bce74e hue: 0.21 , saturation: 0.76 and the lightness value of bce74e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 01001110
Octal 274 347 116
Decimal 188 231 78
Hex BC E7 4E

RGB Percentages of Color #bce74e

%37.83
%46.48
%15.69

CMYK Percentages of Color #bce74e

%19
%0
%66
%9

Triadic Colors of #bce74e

#bce74e #4ebce7 #e74ebc

Analogous Colors of #bce74e

#bce74e #70e74e #e7c64e

Monochromatic Colors of #bce74e

#bce74e

Complementary Color

#bce74e #794ee7

#bce74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce74e Color CSS Codes

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

#bce74e Text Font Color

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

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


#bce74e Background Color

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

This div background color is #bce74e


#bce74e Border Color

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

This div border color is #bce74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce74e


Comments

No comments written yet.

Please login to write comment.