Color Hex Logo

#bce541 Color Hex

#BCE541
(188,229,65)
0 Favorites   0 Comments

Color spaces of #bce541

RGB 18822965
HSL0.210.760.58
HSV75°72°90°
CMYK 0.180.000.72   0.10
XYZ49.712567.111615.3347
Yxy67.11160.37620.5078
Hunter Lab81.9217-35.043846.2468
CIE-Lab85.5603-34.907671.0476

#bce541 color RGB value is (188,229,65).

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

The process color (four color CMYK) of #bce541 color hex is 0.18, 0.00, 0.72, 0.10. Web safe color of #bce541 is #cccc33. Color #bce541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 01000001
Octal 274 345 101
Decimal 188 229 65
Hex BC E5 41

RGB Percentages of Color #bce541

%39.00
%47.51
%13.49

CMYK Percentages of Color #bce541

%18
%0
%72
%10

Triadic Colors of #bce541

#bce541 #41bce5 #e541bc

Analogous Colors of #bce541

#bce541 #6ae541 #e5bc41

Monochromatic Colors of #bce541

#bce541

Complementary Color

#bce541 #6a41e5

#bce541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce541 Color CSS Codes

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

#bce541 Text Font Color

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

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


#bce541 Background Color

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

This div background color is #bce541


#bce541 Border Color

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

This div border color is #bce541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce541


Comments

No comments written yet.

Please login to write comment.