Color Hex Logo

#bcde74 Color Hex

#BCDE74
(188,222,116)
0 Favorites   0 Comments

Color spaces of #bcde74

RGB 188222116
HSL0.220.620.66
HSV79°48°87°
CMYK 0.150.000.48   0.13
XYZ50.012764.194926.2779
Yxy64.19490.35600.4570
Hunter Lab80.1217-28.791736.6396
CIE-Lab84.0671-27.662448.0092

#bcde74 color RGB value is (188,222,116).

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

The process color (four color CMYK) of #bcde74 color hex is 0.15, 0.00, 0.48, 0.13. Web safe color of #bcde74 is #cccc66. Color #bcde74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 01110100
Octal 274 336 164
Decimal 188 222 116
Hex BC DE 74

RGB Percentages of Color #bcde74

%35.74
%42.21
%22.05

CMYK Percentages of Color #bcde74

%15
%0
%48
%13

Triadic Colors of #bcde74

#bcde74 #74bcde #de74bc

Analogous Colors of #bcde74

#bcde74 #87de74 #decb74

Monochromatic Colors of #bcde74

#bcde74

Complementary Color

#bcde74 #9674de

#bcde74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde74 Color CSS Codes

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

#bcde74 Text Font Color

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

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


#bcde74 Background Color

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

This div background color is #bcde74


#bcde74 Border Color

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

This div border color is #bcde74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde74


Comments

No comments written yet.

Please login to write comment.