Color Hex Logo

#bceb68 Color Hex

#BCEB68
(188,235,104)
0 Favorites   0 Comments

Color spaces of #bceb68

RGB 188235104
HSL0.230.770.66
HSV82°56°92°
CMYK 0.200.000.56   0.08
XYZ52.946171.107524.0313
Yxy71.10750.35750.4802
Hunter Lab84.3253-35.492742.1310
CIE-Lab87.5372-34.877157.6469

#bceb68 color RGB value is (188,235,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 01101000
Octal 274 353 150
Decimal 188 235 104
Hex BC EB 68

RGB Percentages of Color #bceb68

%35.67
%44.59
%19.73

CMYK Percentages of Color #bceb68

%20
%0
%56
%8

Triadic Colors of #bceb68

#bceb68 #68bceb #eb68bc

Analogous Colors of #bceb68

#bceb68 #7beb68 #ebd968

Monochromatic Colors of #bceb68

#bceb68

Complementary Color

#bceb68 #9768eb

#bceb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb68 Color CSS Codes

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

#bceb68 Text Font Color

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

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


#bceb68 Background Color

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

This div background color is #bceb68


#bceb68 Border Color

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

This div border color is #bceb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb68


Comments

No comments written yet.

Please login to write comment.