Color Hex Logo

#bceb78 Color Hex

#BCEB78
(188,235,120)
0 Favorites   0 Comments

Color spaces of #bceb78

RGB 188235120
HSL0.230.740.70
HSV85°49°92°
CMYK 0.200.000.49   0.08
XYZ53.837571.464128.7257
Yxy71.46410.34950.4640
Hunter Lab84.5364-34.260139.0286
CIE-Lab87.7100-33.325950.5379

#bceb78 color RGB value is (188,235,120).

#bceb78 hex color red value is 188, green value is 235 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bceb78 hue: 0.23 , saturation: 0.74 and the lightness value of bceb78 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 01111000
Octal 274 353 170
Decimal 188 235 120
Hex BC EB 78

RGB Percentages of Color #bceb78

%34.62
%43.28
%22.10

CMYK Percentages of Color #bceb78

%20
%0
%49
%8

Triadic Colors of #bceb78

#bceb78 #78bceb #eb78bc

Analogous Colors of #bceb78

#bceb78 #83eb78 #ebe178

Monochromatic Colors of #bceb78

#bceb78

Complementary Color

#bceb78 #a778eb

#bceb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb78 Color CSS Codes

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

#bceb78 Text Font Color

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

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


#bceb78 Background Color

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

This div background color is #bceb78


#bceb78 Border Color

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

This div border color is #bceb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb78


Comments

No comments written yet.

Please login to write comment.