Color Hex Logo

#bce54f Color Hex

#BCE54F
(188,229,79)
0 Favorites   0 Comments

Color spaces of #bce54f

RGB 18822979
HSL0.210.740.60
HSV76°66°90°
CMYK 0.180.000.66   0.10
XYZ50.169667.294517.7421
Yxy67.29450.37110.4977
Hunter Lab82.0332-34.391744.6000
CIE-Lab85.6524-34.074066.0237

#bce54f color RGB value is (188,229,79).

#bce54f hex color red value is 188, green value is 229 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bce54f hue: 0.21 , saturation: 0.74 and the lightness value of bce54f is 0.60.

The process color (four color CMYK) of #bce54f color hex is 0.18, 0.00, 0.66, 0.10. Web safe color of #bce54f is #cccc66. Color #bce54f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 01001111
Octal 274 345 117
Decimal 188 229 79
Hex BC E5 4F

RGB Percentages of Color #bce54f

%37.90
%46.17
%15.93

CMYK Percentages of Color #bce54f

%18
%0
%66
%10

Triadic Colors of #bce54f

#bce54f #4fbce5 #e54fbc

Analogous Colors of #bce54f

#bce54f #71e54f #e5c34f

Monochromatic Colors of #bce54f

#bce54f

Complementary Color

#bce54f #784fe5

#bce54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce54f Color CSS Codes

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

#bce54f Text Font Color

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

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


#bce54f Background Color

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

This div background color is #bce54f


#bce54f Border Color

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

This div border color is #bce54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce54f


Comments

No comments written yet.

Please login to write comment.