Color Hex Logo

#bce12d Color Hex

#BCE12D
(188,225,45)
0 Favorites   0 Comments

Color spaces of #bce12d

RGB 18822545
HSL0.200.750.53
HSV72°80°88°
CMYK 0.160.000.80   0.12
XYZ48.137964.731312.4399
Yxy64.73130.38420.5166
Hunter Lab80.4558-33.998347.1517
CIE-Lab84.3451-33.968875.9617

#bce12d color RGB value is (188,225,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 00101101
Octal 274 341 55
Decimal 188 225 45
Hex BC E1 2D

RGB Percentages of Color #bce12d

%41.05
%49.13
%9.83

CMYK Percentages of Color #bce12d

%16
%0
%80
%12

Triadic Colors of #bce12d

#bce12d #2dbce1 #e12dbc

Analogous Colors of #bce12d

#bce12d #62e12d #e1ac2d

Monochromatic Colors of #bce12d

#bce12d

Complementary Color

#bce12d #522de1

#bce12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce12d Color CSS Codes

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

#bce12d Text Font Color

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

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


#bce12d Background Color

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

This div background color is #bce12d


#bce12d Border Color

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

This div border color is #bce12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce12d


Comments

No comments written yet.

Please login to write comment.