Color Hex Logo

#bceb55 Color Hex

#BCEB55
(188,235,85)
0 Favorites   0 Comments

Color spaces of #bceb55

RGB 18823585
HSL0.220.790.63
HSV79°64°92°
CMYK 0.200.000.64   0.08
XYZ52.087170.763919.5079
Yxy70.76390.36590.4971
Hunter Lab84.1213-36.686745.1354
CIE-Lab87.3702-36.394165.4752

#bceb55 color RGB value is (188,235,85).

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

The process color (four color CMYK) of #bceb55 color hex is 0.20, 0.00, 0.64, 0.08. Web safe color of #bceb55 is #ccff66. Color #bceb55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 01010101
Octal 274 353 125
Decimal 188 235 85
Hex BC EB 55

RGB Percentages of Color #bceb55

%37.01
%46.26
%16.73

CMYK Percentages of Color #bceb55

%20
%0
%64
%8

Triadic Colors of #bceb55

#bceb55 #55bceb #eb55bc

Analogous Colors of #bceb55

#bceb55 #71eb55 #ebcf55

Monochromatic Colors of #bceb55

#bceb55

Complementary Color

#bceb55 #8455eb

#bceb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb55 Color CSS Codes

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

#bceb55 Text Font Color

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

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


#bceb55 Background Color

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

This div background color is #bceb55


#bceb55 Border Color

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

This div border color is #bceb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb55


Comments

No comments written yet.

Please login to write comment.