Color Hex Logo

#bce113 Color Hex

#BCE113
(188,225,19)
0 Favorites   0 Comments

Color spaces of #bce113

RGB 18822519
HSL0.200.840.48
HSV71°92°88°
CMYK 0.160.000.92   0.12
XYZ47.781864.588810.5646
Yxy64.58880.38870.5254
Hunter Lab80.3672-34.516448.4631
CIE-Lab84.2714-34.636380.9791

#bce113 color RGB value is (188,225,19).

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

The process color (four color CMYK) of #bce113 color hex is 0.16, 0.00, 0.92, 0.12. Web safe color of #bce113 is #cccc00. Color #bce113 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 00010011
Octal 274 341 23
Decimal 188 225 19
Hex BC E1 13

RGB Percentages of Color #bce113

%43.52
%52.08
%4.40

CMYK Percentages of Color #bce113

%16
%0
%92
%12

Triadic Colors of #bce113

#bce113 #13bce1 #e113bc

Analogous Colors of #bce113

#bce113 #55e113 #e19f13

Monochromatic Colors of #bce113

#bce113

Complementary Color

#bce113 #3813e1

#bce113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce113 Color CSS Codes

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

#bce113 Text Font Color

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

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


#bce113 Background Color

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

This div background color is #bce113


#bce113 Border Color

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

This div border color is #bce113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce113


Comments

No comments written yet.

Please login to write comment.