Color Hex Logo

#bcd484 Color Hex

#BCD484
(188,212,132)
0 Favorites   0 Comments

Color spaces of #bcd484

RGB 188212132
HSL0.220.480.67
HSV78°38°83°
CMYK 0.110.000.38   0.17
XYZ48.447459.444330.7502
Yxy59.44430.34940.4288
Hunter Lab77.1001-22.761230.3232
CIE-Lab81.5352-21.004936.9464

#bcd484 color RGB value is (188,212,132).

#bcd484 hex color red value is 188, green value is 212 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bcd484 hue: 0.22 , saturation: 0.48 and the lightness value of bcd484 is 0.67.

The process color (four color CMYK) of #bcd484 color hex is 0.11, 0.00, 0.38, 0.17. Web safe color of #bcd484 is #cccc99. Color #bcd484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 10000100
Octal 274 324 204
Decimal 188 212 132
Hex BC D4 84

RGB Percentages of Color #bcd484

%35.34
%39.85
%24.81

CMYK Percentages of Color #bcd484

%11
%0
%38
%17

Triadic Colors of #bcd484

#bcd484 #84bcd4 #d484bc

Analogous Colors of #bcd484

#bcd484 #94d484 #d4c484

Monochromatic Colors of #bcd484

#bcd484

Complementary Color

#bcd484 #9c84d4

#bcd484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd484 Color CSS Codes

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

#bcd484 Text Font Color

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

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


#bcd484 Background Color

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

This div background color is #bcd484


#bcd484 Border Color

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

This div border color is #bcd484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd484


Comments

No comments written yet.

Please login to write comment.