Color Hex Logo

#bcd449 Color Hex

#BCD449
(188,212,73)
0 Favorites   0 Comments

Color spaces of #bcd449

RGB 18821273
HSL0.200.620.56
HSV70°66°83°
CMYK 0.110.000.66   0.17
XYZ45.485158.259415.1512
Yxy58.25940.38260.4900
Hunter Lab76.3278-27.202541.6603
CIE-Lab80.8828-26.505163.3997

#bcd449 color RGB value is (188,212,73).

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

The process color (four color CMYK) of #bcd449 color hex is 0.11, 0.00, 0.66, 0.17. Web safe color of #bcd449 is #cccc33. Color #bcd449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01001001
Octal 274 324 111
Decimal 188 212 73
Hex BC D4 49

RGB Percentages of Color #bcd449

%39.75
%44.82
%15.43

CMYK Percentages of Color #bcd449

%11
%0
%66
%17

Triadic Colors of #bcd449

#bcd449 #49bcd4 #d449bc

Analogous Colors of #bcd449

#bcd449 #77d449 #d4a749

Monochromatic Colors of #bcd449

#bcd449

Complementary Color

#bcd449 #6149d4

#bcd449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd449 Color CSS Codes

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

#bcd449 Text Font Color

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

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


#bcd449 Background Color

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

This div background color is #bcd449


#bcd449 Border Color

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

This div border color is #bcd449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd449


Comments

No comments written yet.

Please login to write comment.