Color Hex Logo

#bce75e Color Hex

#BCE75E
(188,231,94)
0 Favorites   0 Comments

Color spaces of #bce75e

RGB 18823194
HSL0.220.740.64
HSV79°59°91°
CMYK 0.190.000.59   0.09
XYZ51.335368.651321.1351
Yxy68.65130.36380.4865
Hunter Lab82.8561-34.404642.8754
CIE-Lab86.3311-33.893460.6321

#bce75e color RGB value is (188,231,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 01011110
Octal 274 347 136
Decimal 188 231 94
Hex BC E7 5E

RGB Percentages of Color #bce75e

%36.65
%45.03
%18.32

CMYK Percentages of Color #bce75e

%19
%0
%59
%9

Triadic Colors of #bce75e

#bce75e #5ebce7 #e75ebc

Analogous Colors of #bce75e

#bce75e #78e75e #e7ce5e

Monochromatic Colors of #bce75e

#bce75e

Complementary Color

#bce75e #895ee7

#bce75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce75e Color CSS Codes

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

#bce75e Text Font Color

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

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


#bce75e Background Color

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

This div background color is #bce75e


#bce75e Border Color

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

This div border color is #bce75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce75e


Comments

No comments written yet.

Please login to write comment.