Color Hex Logo

#bce25b Color Hex

#BCE25B
(188,226,91)
0 Favorites   0 Comments

Color spaces of #bce25b

RGB 18822691
HSL0.210.700.62
HSV77°60°89°
CMYK 0.170.000.60   0.11
XYZ49.823765.839419.9798
Yxy65.83940.36730.4854
Hunter Lab81.1415-32.392442.1998
CIE-Lab84.9144-31.823760.3393

#bce25b color RGB value is (188,226,91).

#bce25b hex color red value is 188, green value is 226 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bce25b hue: 0.21 , saturation: 0.70 and the lightness value of bce25b is 0.62.

The process color (four color CMYK) of #bce25b color hex is 0.17, 0.00, 0.60, 0.11. Web safe color of #bce25b is #cccc66. Color #bce25b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 01011011
Octal 274 342 133
Decimal 188 226 91
Hex BC E2 5B

RGB Percentages of Color #bce25b

%37.23
%44.75
%18.02

CMYK Percentages of Color #bce25b

%17
%0
%60
%11

Triadic Colors of #bce25b

#bce25b #5bbce2 #e25bbc

Analogous Colors of #bce25b

#bce25b #79e25b #e2c55b

Monochromatic Colors of #bce25b

#bce25b

Complementary Color

#bce25b #815be2

#bce25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce25b Color CSS Codes

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

#bce25b Text Font Color

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

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


#bce25b Background Color

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

This div background color is #bce25b


#bce25b Border Color

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

This div border color is #bce25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce25b


Comments

No comments written yet.

Please login to write comment.