Color Hex Logo

#bce42b Color Hex

#BCE42B
(188,228,43)
0 Favorites   0 Comments

Color spaces of #bce42b

RGB 18822843
HSL0.200.770.53
HSV73°81°89°
CMYK 0.180.000.81   0.11
XYZ48.918566.352612.5146
Yxy66.35260.38280.5192
Hunter Lab81.4571-35.353047.9110
CIE-Lab85.1760-35.407377.2004

#bce42b color RGB value is (188,228,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 00101011
Octal 274 344 53
Decimal 188 228 43
Hex BC E4 2B

RGB Percentages of Color #bce42b

%40.96
%49.67
%9.37

CMYK Percentages of Color #bce42b

%18
%0
%81
%11

Triadic Colors of #bce42b

#bce42b #2bbce4 #e42bbc

Analogous Colors of #bce42b

#bce42b #5fe42b #e4b02b

Monochromatic Colors of #bce42b

#bce42b

Complementary Color

#bce42b #532be4

#bce42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce42b Color CSS Codes

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

#bce42b Text Font Color

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

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


#bce42b Background Color

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

This div background color is #bce42b


#bce42b Border Color

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

This div border color is #bce42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce42b


Comments

No comments written yet.

Please login to write comment.