Color Hex Logo

#bce395 Color Hex

#BCE395
(188,227,149)
0 Favorites   0 Comments

Color spaces of #bce395

RGB 188227149
HSL0.250.580.74
HSV90°34°89°
CMYK 0.170.000.34   0.11
XYZ53.632967.799538.6936
Yxy67.79950.33490.4234
Hunter Lab82.3405-27.828829.7766
CIE-Lab85.9061-26.075234.0372

#bce395 color RGB value is (188,227,149).

#bce395 hex color red value is 188, green value is 227 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bce395 hue: 0.25 , saturation: 0.58 and the lightness value of bce395 is 0.74.

The process color (four color CMYK) of #bce395 color hex is 0.17, 0.00, 0.34, 0.11. Web safe color of #bce395 is #cccc99. Color #bce395 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 10010101
Octal 274 343 225
Decimal 188 227 149
Hex BC E3 95

RGB Percentages of Color #bce395

%33.33
%40.25
%26.42

CMYK Percentages of Color #bce395

%17
%0
%34
%11

Triadic Colors of #bce395

#bce395 #95bce3 #e395bc

Analogous Colors of #bce395

#bce395 #95e395 #e3e395

Monochromatic Colors of #bce395

#bce395

Complementary Color

#bce395 #bc95e3

#bce395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce395 Color CSS Codes

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

#bce395 Text Font Color

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

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


#bce395 Background Color

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

This div background color is #bce395


#bce395 Border Color

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

This div border color is #bce395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce395


Comments

No comments written yet.

Please login to write comment.