Color Hex Logo

#bce45b Color Hex

#BCE45B
(188,228,91)
0 Favorites   0 Comments

Color spaces of #bce45b

RGB 18822891
HSL0.220.720.63
HSV78°60°89°
CMYK 0.180.000.60   0.11
XYZ50.370866.933520.1622
Yxy66.93350.36640.4869
Hunter Lab81.8129-33.273242.6574
CIE-Lab85.4704-32.749660.9530

#bce45b color RGB value is (188,228,91).

#bce45b hex color red value is 188, green value is 228 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bce45b hue: 0.22 , saturation: 0.72 and the lightness value of bce45b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 01011011
Octal 274 344 133
Decimal 188 228 91
Hex BC E4 5B

RGB Percentages of Color #bce45b

%37.08
%44.97
%17.95

CMYK Percentages of Color #bce45b

%18
%0
%60
%11

Triadic Colors of #bce45b

#bce45b #5bbce4 #e45bbc

Analogous Colors of #bce45b

#bce45b #78e45b #e4c85b

Monochromatic Colors of #bce45b

#bce45b

Complementary Color

#bce45b #835be4

#bce45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce45b Color CSS Codes

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

#bce45b Text Font Color

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

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


#bce45b Background Color

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

This div background color is #bce45b


#bce45b Border Color

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

This div border color is #bce45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce45b


Comments

No comments written yet.

Please login to write comment.