Color Hex Logo

#bcd23e Color Hex

#BCD23E
(188,210,62)
0 Favorites   0 Comments

Color spaces of #bcd23e

RGB 18821062
HSL0.190.620.53
HSV69°70°82°
CMYK 0.100.000.70   0.18
XYZ44.655157.132413.2315
Yxy57.13240.38820.4967
Hunter Lab75.5860-26.820242.5313
CIE-Lab80.2540-26.188266.8918

#bcd23e color RGB value is (188,210,62).

#bcd23e hex color red value is 188, green value is 210 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bcd23e hue: 0.19 , saturation: 0.62 and the lightness value of bcd23e is 0.53.

The process color (four color CMYK) of #bcd23e color hex is 0.10, 0.00, 0.70, 0.18. Web safe color of #bcd23e is #cccc33. Color #bcd23e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 00111110
Octal 274 322 76
Decimal 188 210 62
Hex BC D2 3E

RGB Percentages of Color #bcd23e

%40.87
%45.65
%13.48

CMYK Percentages of Color #bcd23e

%10
%0
%70
%18

Triadic Colors of #bcd23e

#bcd23e #3ebcd2 #d23ebc

Analogous Colors of #bcd23e

#bcd23e #72d23e #d29e3e

Monochromatic Colors of #bcd23e

#bcd23e

Complementary Color

#bcd23e #543ed2

#bcd23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd23e Color CSS Codes

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

#bcd23e Text Font Color

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

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


#bcd23e Background Color

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

This div background color is #bcd23e


#bcd23e Border Color

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

This div border color is #bcd23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd23e


Comments

No comments written yet.

Please login to write comment.