Color Hex Logo

#bce083 Color Hex

#BCE083
(188,224,131)
0 Favorites   0 Comments

Color spaces of #bce083

RGB 188224131
HSL0.230.600.70
HSV83°42°88°
CMYK 0.160.000.42   0.12
XYZ51.491465.641431.4289
Yxy65.64140.34660.4418
Hunter Lab81.0194-28.339333.7139
CIE-Lab84.8132-26.938341.6397

#bce083 color RGB value is (188,224,131).

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

The process color (four color CMYK) of #bce083 color hex is 0.16, 0.00, 0.42, 0.12. Web safe color of #bce083 is #cccc99. Color #bce083 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 10000011
Octal 274 340 203
Decimal 188 224 131
Hex BC E0 83

RGB Percentages of Color #bce083

%34.62
%41.25
%24.13

CMYK Percentages of Color #bce083

%16
%0
%42
%12

Triadic Colors of #bce083

#bce083 #83bce0 #e083bc

Analogous Colors of #bce083

#bce083 #8ee083 #e0d683

Monochromatic Colors of #bce083

#bce083

Complementary Color

#bce083 #a783e0

#bce083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce083 Color CSS Codes

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

#bce083 Text Font Color

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

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


#bce083 Background Color

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

This div background color is #bce083


#bce083 Border Color

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

This div border color is #bce083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce083


Comments

No comments written yet.

Please login to write comment.