Color Hex Logo

#bce42d Color Hex

#BCE42D
(188,228,45)
0 Favorites   0 Comments

Color spaces of #bce42d

RGB 18822845
HSL0.200.770.54
HSV73°80°89°
CMYK 0.180.000.80   0.11
XYZ48.956166.367612.7126
Yxy66.36760.38240.5183
Hunter Lab81.4663-35.298847.7744
CIE-Lab85.1836-35.337676.7034

#bce42d color RGB value is (188,228,45).

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

The process color (four color CMYK) of #bce42d color hex is 0.18, 0.00, 0.80, 0.11. Web safe color of #bce42d is #cccc33. Color #bce42d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 00101101
Octal 274 344 55
Decimal 188 228 45
Hex BC E4 2D

RGB Percentages of Color #bce42d

%40.78
%49.46
%9.76

CMYK Percentages of Color #bce42d

%18
%0
%80
%11

Triadic Colors of #bce42d

#bce42d #2dbce4 #e42dbc

Analogous Colors of #bce42d

#bce42d #60e42d #e4b12d

Monochromatic Colors of #bce42d

#bce42d

Complementary Color

#bce42d #552de4

#bce42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce42d Color CSS Codes

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

#bce42d Text Font Color

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

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


#bce42d Background Color

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

This div background color is #bce42d


#bce42d Border Color

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

This div border color is #bce42d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,228,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 #bce42d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce42d


Comments

No comments written yet.

Please login to write comment.