Color Hex Logo

#bce061 Color Hex

#BCE061
(188,224,97)
0 Favorites   0 Comments

Color spaces of #bce061

RGB 18822497
HSL0.210.670.63
HSV77°57°88°
CMYK 0.160.000.57   0.12
XYZ49.552464.865721.2179
Yxy64.86570.36530.4782
Hunter Lab80.5392-31.120240.7576
CIE-Lab84.4145-30.401857.1766

#bce061 color RGB value is (188,224,97).

#bce061 hex color red value is 188, green value is 224 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bce061 hue: 0.21 , saturation: 0.67 and the lightness value of bce061 is 0.63.

The process color (four color CMYK) of #bce061 color hex is 0.16, 0.00, 0.57, 0.12. Web safe color of #bce061 is #cccc66. Color #bce061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 01100001
Octal 274 340 141
Decimal 188 224 97
Hex BC E0 61

RGB Percentages of Color #bce061

%36.94
%44.01
%19.06

CMYK Percentages of Color #bce061

%16
%0
%57
%12

Triadic Colors of #bce061

#bce061 #61bce0 #e061bc

Analogous Colors of #bce061

#bce061 #7de061 #e0c561

Monochromatic Colors of #bce061

#bce061

Complementary Color

#bce061 #8561e0

#bce061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce061 Color CSS Codes

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

#bce061 Text Font Color

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

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


#bce061 Background Color

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

This div background color is #bce061


#bce061 Border Color

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

This div border color is #bce061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce061


Comments

No comments written yet.

Please login to write comment.