Color Hex Logo

#bce73b Color Hex

#BCE73B
(188,231,59)
0 Favorites   0 Comments

Color spaces of #bce73b

RGB 18823159
HSL0.210.780.57
HSV75°74°91°
CMYK 0.190.000.74   0.09
XYZ50.104468.159014.6529
Yxy68.15900.37700.5128
Hunter Lab82.5585-36.146447.2678
CIE-Lab86.0859-36.117473.5194

#bce73b color RGB value is (188,231,59).

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

The process color (four color CMYK) of #bce73b color hex is 0.19, 0.00, 0.74, 0.09. Web safe color of #bce73b is #ccff33. Color #bce73b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 00111011
Octal 274 347 73
Decimal 188 231 59
Hex BC E7 3B

RGB Percentages of Color #bce73b

%39.33
%48.33
%12.34

CMYK Percentages of Color #bce73b

%19
%0
%74
%9

Triadic Colors of #bce73b

#bce73b #3bbce7 #e73bbc

Analogous Colors of #bce73b

#bce73b #66e73b #e7bc3b

Monochromatic Colors of #bce73b

#bce73b

Complementary Color

#bce73b #663be7

#bce73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce73b Color CSS Codes

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

#bce73b Text Font Color

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

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


#bce73b Background Color

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

This div background color is #bce73b


#bce73b Border Color

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

This div border color is #bce73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce73b


Comments

No comments written yet.

Please login to write comment.