Color Hex Logo

#bcd779 Color Hex

#BCD779
(188,215,121)
0 Favorites   0 Comments

Color spaces of #bcd779

RGB 188215121
HSL0.210.540.66
HSV77°44°84°
CMYK 0.130.000.44   0.16
XYZ48.490760.672727.2444
Yxy60.67270.35550.4448
Hunter Lab77.8927-25.190233.7871
CIE-Lab82.2025-23.762143.2860

#bcd779 color RGB value is (188,215,121).

#bcd779 hex color red value is 188, green value is 215 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bcd779 hue: 0.21 , saturation: 0.54 and the lightness value of bcd779 is 0.66.

The process color (four color CMYK) of #bcd779 color hex is 0.13, 0.00, 0.44, 0.16. Web safe color of #bcd779 is #cccc66. Color #bcd779 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 01111001
Octal 274 327 171
Decimal 188 215 121
Hex BC D7 79

RGB Percentages of Color #bcd779

%35.88
%41.03
%23.09

CMYK Percentages of Color #bcd779

%13
%0
%44
%16

Triadic Colors of #bcd779

#bcd779 #79bcd7 #d779bc

Analogous Colors of #bcd779

#bcd779 #8dd779 #d7c379

Monochromatic Colors of #bcd779

#bcd779

Complementary Color

#bcd779 #9479d7

#bcd779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd779 Color CSS Codes

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

#bcd779 Text Font Color

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

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


#bcd779 Background Color

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

This div background color is #bcd779


#bcd779 Border Color

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

This div border color is #bcd779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd779


Comments

No comments written yet.

Please login to write comment.