Color Hex Logo

#bcd480 Color Hex

#BCD480
(188,212,128)
0 Favorites   0 Comments

Color spaces of #bcd480

RGB 188212128
HSL0.210.490.67
HSV77°40°83°
CMYK 0.110.000.40   0.17
XYZ48.178859.336829.3359
Yxy59.33680.35210.4336
Hunter Lab77.0304-23.160031.3415
CIE-Lab81.4764-21.490838.8883

#bcd480 color RGB value is (188,212,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 10000000
Octal 274 324 200
Decimal 188 212 128
Hex BC D4 80

RGB Percentages of Color #bcd480

%35.61
%40.15
%24.24

CMYK Percentages of Color #bcd480

%11
%0
%40
%17

Triadic Colors of #bcd480

#bcd480 #80bcd4 #d480bc

Analogous Colors of #bcd480

#bcd480 #92d480 #d4c280

Monochromatic Colors of #bcd480

#bcd480

Complementary Color

#bcd480 #9880d4

#bcd480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd480 Color CSS Codes

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

#bcd480 Text Font Color

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

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


#bcd480 Background Color

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

This div background color is #bcd480


#bcd480 Border Color

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

This div border color is #bcd480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd480


Comments

No comments written yet.

Please login to write comment.