Color Hex Logo

#bcd926 Color Hex

#BCD926
(188,217,38)
0 Favorites   0 Comments

Color spaces of #bcd926

RGB 18821738
HSL0.190.700.50
HSV70°82°85°
CMYK 0.130.000.82   0.15
XYZ45.901760.457011.0838
Yxy60.45700.39080.5148
Hunter Lab77.7541-30.693245.9761
CIE-Lab82.0860-30.500775.7296

#bcd926 color RGB value is (188,217,38).

#bcd926 hex color red value is 188, green value is 217 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bcd926 hue: 0.19 , saturation: 0.70 and the lightness value of bcd926 is 0.50.

The process color (four color CMYK) of #bcd926 color hex is 0.13, 0.00, 0.82, 0.15. Web safe color of #bcd926 is #cccc33. Color #bcd926 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 00100110
Octal 274 331 46
Decimal 188 217 38
Hex BC D9 26

RGB Percentages of Color #bcd926

%42.44
%48.98
%8.58

CMYK Percentages of Color #bcd926

%13
%0
%82
%15

Triadic Colors of #bcd926

#bcd926 #26bcd9 #d926bc

Analogous Colors of #bcd926

#bcd926 #63d926 #d99d26

Monochromatic Colors of #bcd926

#bcd926

Complementary Color

#bcd926 #4326d9

#bcd926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd926 Color CSS Codes

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

#bcd926 Text Font Color

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

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


#bcd926 Background Color

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

This div background color is #bcd926


#bcd926 Border Color

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

This div border color is #bcd926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd926


Comments

No comments written yet.

Please login to write comment.