Color Hex Logo

#bcd25e Color Hex

#BCD25E
(188,210,94)
0 Favorites   0 Comments

Color spaces of #bcd25e

RGB 18821094
HSL0.200.560.60
HSV71°55°82°
CMYK 0.100.000.55   0.18
XYZ45.806057.592719.2919
Yxy57.59270.37330.4694
Hunter Lab75.8899-25.067338.0508
CIE-Lab80.5118-23.988454.0682

#bcd25e color RGB value is (188,210,94).

#bcd25e hex color red value is 188, green value is 210 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bcd25e hue: 0.20 , saturation: 0.56 and the lightness value of bcd25e is 0.60.

The process color (four color CMYK) of #bcd25e color hex is 0.10, 0.00, 0.55, 0.18. Web safe color of #bcd25e is #cccc66. Color #bcd25e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 01011110
Octal 274 322 136
Decimal 188 210 94
Hex BC D2 5E

RGB Percentages of Color #bcd25e

%38.21
%42.68
%19.11

CMYK Percentages of Color #bcd25e

%10
%0
%55
%18

Triadic Colors of #bcd25e

#bcd25e #5ebcd2 #d25ebc

Analogous Colors of #bcd25e

#bcd25e #82d25e #d2ae5e

Monochromatic Colors of #bcd25e

#bcd25e

Complementary Color

#bcd25e #745ed2

#bcd25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd25e Color CSS Codes

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

#bcd25e Text Font Color

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

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


#bcd25e Background Color

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

This div background color is #bcd25e


#bcd25e Border Color

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

This div border color is #bcd25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd25e


Comments

No comments written yet.

Please login to write comment.