Color Hex Logo

#bce158 Color Hex

#BCE158
(188,225,88)
0 Favorites   0 Comments

Color spaces of #bce158

RGB 18822588
HSL0.210.700.61
HSV76°61°88°
CMYK 0.160.000.61   0.12
XYZ49.425765.246419.2213
Yxy65.24640.36910.4873
Hunter Lab80.7752-32.134042.4340
CIE-Lab84.6105-31.590261.2721

#bce158 color RGB value is (188,225,88).

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

The process color (four color CMYK) of #bce158 color hex is 0.16, 0.00, 0.61, 0.12. Web safe color of #bce158 is #cccc66. Color #bce158 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 01011000
Octal 274 341 130
Decimal 188 225 88
Hex BC E1 58

RGB Percentages of Color #bce158

%37.52
%44.91
%17.56

CMYK Percentages of Color #bce158

%16
%0
%61
%12

Triadic Colors of #bce158

#bce158 #58bce1 #e158bc

Analogous Colors of #bce158

#bce158 #78e158 #e1c258

Monochromatic Colors of #bce158

#bce158

Complementary Color

#bce158 #7d58e1

#bce158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce158 Color CSS Codes

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

#bce158 Text Font Color

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

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


#bce158 Background Color

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

This div background color is #bce158


#bce158 Border Color

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

This div border color is #bce158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce158


Comments

No comments written yet.

Please login to write comment.