Color Hex Logo

#bce174 Color Hex

#BCE174
(188,225,116)
0 Favorites   0 Comments

Color spaces of #bce174

RGB 188225116
HSL0.220.640.67
HSV80°48°88°
CMYK 0.160.000.48   0.12
XYZ50.816665.802726.5459
Yxy65.80270.35500.4596
Hunter Lab81.1189-30.137437.3807
CIE-Lab84.8957-29.082449.0159

#bce174 color RGB value is (188,225,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 01110100
Octal 274 341 164
Decimal 188 225 116
Hex BC E1 74

RGB Percentages of Color #bce174

%35.54
%42.53
%21.93

CMYK Percentages of Color #bce174

%16
%0
%48
%12

Triadic Colors of #bce174

#bce174 #74bce1 #e174bc

Analogous Colors of #bce174

#bce174 #86e174 #e1d074

Monochromatic Colors of #bce174

#bce174

Complementary Color

#bce174 #9974e1

#bce174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce174 Color CSS Codes

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

#bce174 Text Font Color

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

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


#bce174 Background Color

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

This div background color is #bce174


#bce174 Border Color

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

This div border color is #bce174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce174


Comments

No comments written yet.

Please login to write comment.