Color Hex Logo

#bce02b Color Hex

#BCE02B
(188,224,43)
0 Favorites   0 Comments

Color spaces of #bce02b

RGB 18822443
HSL0.200.740.52
HSV72°81°88°
CMYK 0.160.000.81   0.12
XYZ47.830764.177112.1520
Yxy64.17710.38520.5169
Hunter Lab80.1106-33.618747.0837
CIE-Lab84.0579-33.580576.2211

#bce02b color RGB value is (188,224,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 00101011
Octal 274 340 53
Decimal 188 224 43
Hex BC E0 2B

RGB Percentages of Color #bce02b

%41.32
%49.23
%9.45

CMYK Percentages of Color #bce02b

%16
%0
%81
%12

Triadic Colors of #bce02b

#bce02b #2bbce0 #e02bbc

Analogous Colors of #bce02b

#bce02b #62e02b #e0aa2b

Monochromatic Colors of #bce02b

#bce02b

Complementary Color

#bce02b #4f2be0

#bce02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce02b Color CSS Codes

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

#bce02b Text Font Color

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

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


#bce02b Background Color

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

This div background color is #bce02b


#bce02b Border Color

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

This div border color is #bce02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce02b


Comments

No comments written yet.

Please login to write comment.