Color Hex Logo

#bcd678 Color Hex

#BCD678
(188,214,120)
0 Favorites   0 Comments

Color spaces of #bcd678

RGB 188214120
HSL0.210.530.65
HSV77°44°84°
CMYK 0.120.000.44   0.16
XYZ48.175860.140626.8385
Yxy60.14060.35640.4450
Hunter Lab77.5504-24.825533.7663
CIE-Lab81.9146-23.387843.4186

#bcd678 color RGB value is (188,214,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 01111000
Octal 274 326 170
Decimal 188 214 120
Hex BC D6 78

RGB Percentages of Color #bcd678

%36.02
%41.00
%22.99

CMYK Percentages of Color #bcd678

%12
%0
%44
%16

Triadic Colors of #bcd678

#bcd678 #78bcd6 #d678bc

Analogous Colors of #bcd678

#bcd678 #8dd678 #d6c178

Monochromatic Colors of #bcd678

#bcd678

Complementary Color

#bcd678 #9278d6

#bcd678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd678 Color CSS Codes

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

#bcd678 Text Font Color

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

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


#bcd678 Background Color

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

This div background color is #bcd678


#bcd678 Border Color

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

This div border color is #bcd678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd678


Comments

No comments written yet.

Please login to write comment.