Color Hex Logo

#bcd072 Color Hex

#BCD072
(188,208,114)
0 Favorites   0 Comments

Color spaces of #bcd072

RGB 188208114
HSL0.200.500.63
HSV73°45°82°
CMYK 0.100.000.45   0.18
XYZ46.332257.018024.4832
Yxy57.01800.36240.4460
Hunter Lab75.5103-22.617533.6332
CIE-Lab80.1897-21.104744.2259

#bcd072 color RGB value is (188,208,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 01110010
Octal 274 320 162
Decimal 188 208 114
Hex BC D0 72

RGB Percentages of Color #bcd072

%36.86
%40.78
%22.35

CMYK Percentages of Color #bcd072

%10
%0
%45
%18

Triadic Colors of #bcd072

#bcd072 #72bcd0 #d072bc

Analogous Colors of #bcd072

#bcd072 #8dd072 #d0b572

Monochromatic Colors of #bcd072

#bcd072

Complementary Color

#bcd072 #8672d0

#bcd072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd072 Color CSS Codes

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

#bcd072 Text Font Color

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

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


#bcd072 Background Color

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

This div background color is #bcd072


#bcd072 Border Color

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

This div border color is #bcd072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd072


Comments

No comments written yet.

Please login to write comment.