Color Hex Logo

#bcd473 Color Hex

#BCD473
(188,212,115)
0 Favorites   0 Comments

Color spaces of #bcd473

RGB 188212115
HSL0.210.530.64
HSV75°46°83°
CMYK 0.110.000.46   0.17
XYZ47.377059.016125.1139
Yxy59.01610.36030.4488
Hunter Lab76.8219-24.355334.3928
CIE-Lab81.3004-22.956445.1055

#bcd473 color RGB value is (188,212,115).

#bcd473 hex color red value is 188, green value is 212 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bcd473 hue: 0.21 , saturation: 0.53 and the lightness value of bcd473 is 0.64.

The process color (four color CMYK) of #bcd473 color hex is 0.11, 0.00, 0.46, 0.17. Web safe color of #bcd473 is #cccc66. Color #bcd473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01110011
Octal 274 324 163
Decimal 188 212 115
Hex BC D4 73

RGB Percentages of Color #bcd473

%36.50
%41.17
%22.33

CMYK Percentages of Color #bcd473

%11
%0
%46
%17

Triadic Colors of #bcd473

#bcd473 #73bcd4 #d473bc

Analogous Colors of #bcd473

#bcd473 #8cd473 #d4bc73

Monochromatic Colors of #bcd473

#bcd473

Complementary Color

#bcd473 #8b73d4

#bcd473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd473 Color CSS Codes

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

#bcd473 Text Font Color

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

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


#bcd473 Background Color

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

This div background color is #bcd473


#bcd473 Border Color

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

This div border color is #bcd473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd473


Comments

No comments written yet.

Please login to write comment.