Color Hex Logo

#bce458 Color Hex

#BCE458
(188,228,88)
0 Favorites   0 Comments

Color spaces of #bce458

RGB 18822888
HSL0.210.720.62
HSV77°61°89°
CMYK 0.180.000.61   0.11
XYZ50.243966.882819.4940
Yxy66.88280.36780.4896
Hunter Lab81.7819-33.454343.1146
CIE-Lab85.4447-32.979262.1823

#bce458 color RGB value is (188,228,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 01011000
Octal 274 344 130
Decimal 188 228 88
Hex BC E4 58

RGB Percentages of Color #bce458

%37.30
%45.24
%17.46

CMYK Percentages of Color #bce458

%18
%0
%61
%11

Triadic Colors of #bce458

#bce458 #58bce4 #e458bc

Analogous Colors of #bce458

#bce458 #76e458 #e4c658

Monochromatic Colors of #bce458

#bce458

Complementary Color

#bce458 #8058e4

#bce458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce458 Color CSS Codes

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

#bce458 Text Font Color

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

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


#bce458 Background Color

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

This div background color is #bce458


#bce458 Border Color

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

This div border color is #bce458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce458


Comments

No comments written yet.

Please login to write comment.