Color Hex Logo

#bce175 Color Hex

#BCE175
(188,225,117)
0 Favorites   0 Comments

Color spaces of #bce175

RGB 188225117
HSL0.220.640.67
HSV81°48°88°
CMYK 0.160.000.48   0.12
XYZ50.875165.826126.8539
Yxy65.82610.35440.4585
Hunter Lab81.1333-30.053837.1692
CIE-Lab84.9076-28.978248.5551

#bce175 color RGB value is (188,225,117).

#bce175 hex color red value is 188, green value is 225 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bce175 hue: 0.22 , saturation: 0.64 and the lightness value of bce175 is 0.67.

The process color (four color CMYK) of #bce175 color hex is 0.16, 0.00, 0.48, 0.12. Web safe color of #bce175 is #cccc66. Color #bce175 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 01110101
Octal 274 341 165
Decimal 188 225 117
Hex BC E1 75

RGB Percentages of Color #bce175

%35.47
%42.45
%22.08

CMYK Percentages of Color #bce175

%16
%0
%48
%12

Triadic Colors of #bce175

#bce175 #75bce1 #e175bc

Analogous Colors of #bce175

#bce175 #86e175 #e1d075

Monochromatic Colors of #bce175

#bce175

Complementary Color

#bce175 #9a75e1

#bce175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce175 Color CSS Codes

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

#bce175 Text Font Color

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

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


#bce175 Background Color

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

This div background color is #bce175


#bce175 Border Color

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

This div border color is #bce175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce175


Comments

No comments written yet.

Please login to write comment.