Color Hex Logo

#bce13f Color Hex

#BCE13F
(188,225,63)
0 Favorites   0 Comments

Color spaces of #bce13f

RGB 18822563
HSL0.200.730.56
HSV74°72°88°
CMYK 0.160.000.72   0.12
XYZ48.561564.900714.6703
Yxy64.90070.37900.5065
Hunter Lab80.5610-33.383345.5959
CIE-Lab84.4325-33.180170.6283

#bce13f color RGB value is (188,225,63).

#bce13f hex color red value is 188, green value is 225 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bce13f hue: 0.20 , saturation: 0.73 and the lightness value of bce13f is 0.56.

The process color (four color CMYK) of #bce13f color hex is 0.16, 0.00, 0.72, 0.12. Web safe color of #bce13f is #cccc33. Color #bce13f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 00111111
Octal 274 341 77
Decimal 188 225 63
Hex BC E1 3F

RGB Percentages of Color #bce13f

%39.50
%47.27
%13.24

CMYK Percentages of Color #bce13f

%16
%0
%72
%12

Triadic Colors of #bce13f

#bce13f #3fbce1 #e13fbc

Analogous Colors of #bce13f

#bce13f #6be13f #e1b53f

Monochromatic Colors of #bce13f

#bce13f

Complementary Color

#bce13f #643fe1

#bce13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce13f Color CSS Codes

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

#bce13f Text Font Color

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

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


#bce13f Background Color

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

This div background color is #bce13f


#bce13f Border Color

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

This div border color is #bce13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce13f


Comments

No comments written yet.

Please login to write comment.