Color Hex Logo

#bcd078 Color Hex

#BCD078
(188,208,120)
0 Favorites   0 Comments

Color spaces of #bcd078

RGB 188208120
HSL0.200.480.64
HSV74°42°82°
CMYK 0.100.000.42   0.18
XYZ46.685157.159226.3416
Yxy57.15920.35860.4391
Hunter Lab75.6037-22.083232.2650
CIE-Lab80.2691-20.450141.3603

#bcd078 color RGB value is (188,208,120).

#bcd078 hex color red value is 188, green value is 208 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bcd078 hue: 0.20 , saturation: 0.48 and the lightness value of bcd078 is 0.64.

The process color (four color CMYK) of #bcd078 color hex is 0.10, 0.00, 0.42, 0.18. Web safe color of #bcd078 is #cccc66. Color #bcd078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 01111000
Octal 274 320 170
Decimal 188 208 120
Hex BC D0 78

RGB Percentages of Color #bcd078

%36.43
%40.31
%23.26

CMYK Percentages of Color #bcd078

%10
%0
%42
%18

Triadic Colors of #bcd078

#bcd078 #78bcd0 #d078bc

Analogous Colors of #bcd078

#bcd078 #90d078 #d0b878

Monochromatic Colors of #bcd078

#bcd078

Complementary Color

#bcd078 #8c78d0

#bcd078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd078 Color CSS Codes

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

#bcd078 Text Font Color

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

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


#bcd078 Background Color

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

This div background color is #bcd078


#bcd078 Border Color

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

This div border color is #bcd078


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,208,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 #bcd078">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd078


Comments

No comments written yet.

Please login to write comment.