Color Hex Logo

#bceb70 Color Hex

#BCEB70
(188,235,112)
0 Favorites   0 Comments

Color spaces of #bceb70

RGB 188235112
HSL0.230.750.68
HSV83°52°92°
CMYK 0.200.000.52   0.08
XYZ53.372071.277926.2742
Yxy71.27790.35360.4723
Hunter Lab84.4262-34.903040.6468
CIE-Lab87.6198-34.133154.1404

#bceb70 color RGB value is (188,235,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 01110000
Octal 274 353 160
Decimal 188 235 112
Hex BC EB 70

RGB Percentages of Color #bceb70

%35.14
%43.93
%20.93

CMYK Percentages of Color #bceb70

%20
%0
%52
%8

Triadic Colors of #bceb70

#bceb70 #70bceb #eb70bc

Analogous Colors of #bceb70

#bceb70 #7feb70 #ebdd70

Monochromatic Colors of #bceb70

#bceb70

Complementary Color

#bceb70 #9f70eb

#bceb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb70 Color CSS Codes

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

#bceb70 Text Font Color

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

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


#bceb70 Background Color

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

This div background color is #bceb70


#bceb70 Border Color

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

This div border color is #bceb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb70


Comments

No comments written yet.

Please login to write comment.