Color Hex Logo

#bce595 Color Hex

#BCE595
(188,229,149)
0 Favorites   0 Comments

Color spaces of #bce595

RGB 188229149
HSL0.250.610.74
HSV91°35°90°
CMYK 0.180.000.35   0.10
XYZ54.183268.899938.8770
Yxy68.89990.33450.4254
Hunter Lab83.0060-28.742330.3349
CIE-Lab86.4545-27.030534.7592

#bce595 color RGB value is (188,229,149).

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

The process color (four color CMYK) of #bce595 color hex is 0.18, 0.00, 0.35, 0.10. Web safe color of #bce595 is #cccc99. Color #bce595 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 10010101
Octal 274 345 225
Decimal 188 229 149
Hex BC E5 95

RGB Percentages of Color #bce595

%33.22
%40.46
%26.33

CMYK Percentages of Color #bce595

%18
%0
%35
%10

Triadic Colors of #bce595

#bce595 #95bce5 #e595bc

Analogous Colors of #bce595

#bce595 #95e596 #e4e595

Monochromatic Colors of #bce595

#bce595

Complementary Color

#bce595 #be95e5

#bce595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce595 Color CSS Codes

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

#bce595 Text Font Color

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

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


#bce595 Background Color

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

This div background color is #bce595


#bce595 Border Color

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

This div border color is #bce595


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,229,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 #bce595">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce595


Comments

No comments written yet.

Please login to write comment.