Color Hex Logo

#bce958 Color Hex

#BCE958
(188,233,88)
0 Favorites   0 Comments

Color spaces of #bce958

RGB 18823388
HSL0.220.770.63
HSV79°62°91°
CMYK 0.190.000.62   0.09
XYZ51.639469.673819.9592
Yxy69.67380.36550.4932
Hunter Lab83.4708-35.644644.2524
CIE-Lab86.8366-35.270063.6925

#bce958 color RGB value is (188,233,88).

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

The process color (four color CMYK) of #bce958 color hex is 0.19, 0.00, 0.62, 0.09. Web safe color of #bce958 is #ccff66. Color #bce958 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 01011000
Octal 274 351 130
Decimal 188 233 88
Hex BC E9 58

RGB Percentages of Color #bce958

%36.94
%45.78
%17.29

CMYK Percentages of Color #bce958

%19
%0
%62
%9

Triadic Colors of #bce958

#bce958 #58bce9 #e958bc

Analogous Colors of #bce958

#bce958 #74e958 #e9ce58

Monochromatic Colors of #bce958

#bce958

Complementary Color

#bce958 #8558e9

#bce958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce958 Color CSS Codes

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

#bce958 Text Font Color

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

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


#bce958 Background Color

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

This div background color is #bce958


#bce958 Border Color

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

This div border color is #bce958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce958


Comments

No comments written yet.

Please login to write comment.