Color Hex Logo

#bce074 Color Hex

#BCE074
(188,224,116)
0 Favorites   0 Comments

Color spaces of #bce074

RGB 188224116
HSL0.220.640.67
HSV80°48°88°
CMYK 0.160.000.48   0.12
XYZ50.547165.263626.4560
Yxy65.26360.35530.4587
Hunter Lab80.7859-29.689337.1337
CIE-Lab84.6194-28.610148.6807

#bce074 color RGB value is (188,224,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 01110100
Octal 274 340 164
Decimal 188 224 116
Hex BC E0 74

RGB Percentages of Color #bce074

%35.61
%42.42
%21.97

CMYK Percentages of Color #bce074

%16
%0
%48
%12

Triadic Colors of #bce074

#bce074 #74bce0 #e074bc

Analogous Colors of #bce074

#bce074 #86e074 #e0ce74

Monochromatic Colors of #bce074

#bce074

Complementary Color

#bce074 #9874e0

#bce074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce074 Color CSS Codes

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

#bce074 Text Font Color

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

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


#bce074 Background Color

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

This div background color is #bce074


#bce074 Border Color

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

This div border color is #bce074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce074


Comments

No comments written yet.

Please login to write comment.