Color Hex Logo

#bcd626 Color Hex

#BCD626
(188,214,38)
0 Favorites   0 Comments

Color spaces of #bcd626

RGB 18821438
HSL0.190.700.49
HSV69°82°84°
CMYK 0.120.000.82   0.16
XYZ45.135558.924410.8284
Yxy58.92440.39290.5129
Hunter Lab76.7622-29.377545.3699
CIE-Lab81.2500-29.092575.0112

#bcd626 color RGB value is (188,214,38).

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

The process color (four color CMYK) of #bcd626 color hex is 0.12, 0.00, 0.82, 0.16. Web safe color of #bcd626 is #cccc33. Color #bcd626 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 00100110
Octal 274 326 46
Decimal 188 214 38
Hex BC D6 26

RGB Percentages of Color #bcd626

%42.73
%48.64
%8.64

CMYK Percentages of Color #bcd626

%12
%0
%82
%16

Triadic Colors of #bcd626

#bcd626 #26bcd6 #d626bc

Analogous Colors of #bcd626

#bcd626 #64d626 #d69826

Monochromatic Colors of #bcd626

#bcd626

Complementary Color

#bcd626 #4026d6

#bcd626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd626 Color CSS Codes

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

#bcd626 Text Font Color

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

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


#bcd626 Background Color

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

This div background color is #bcd626


#bcd626 Border Color

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

This div border color is #bcd626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd626


Comments

No comments written yet.

Please login to write comment.