Color Hex Logo

#bcd014 Color Hex

#BCD014
(188,208,20)
0 Favorites   0 Comments

Color spaces of #bcd014

RGB 18820820
HSL0.180.820.45
HSV66°90°82°
CMYK 0.100.000.90   0.18
XYZ43.421255.85369.1541
Yxy55.85360.40050.5151
Hunter Lab74.7353-27.078245.0524
CIE-Lab79.5304-26.683077.0919

#bcd014 color RGB value is (188,208,20).

#bcd014 hex color red value is 188, green value is 208 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bcd014 hue: 0.18 , saturation: 0.82 and the lightness value of bcd014 is 0.45.

The process color (four color CMYK) of #bcd014 color hex is 0.10, 0.00, 0.90, 0.18. Web safe color of #bcd014 is #cccc00. Color #bcd014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 00010100
Octal 274 320 24
Decimal 188 208 20
Hex BC D0 14

RGB Percentages of Color #bcd014

%45.19
%50.00
%4.81

CMYK Percentages of Color #bcd014

%10
%0
%90
%18

Triadic Colors of #bcd014

#bcd014 #14bcd0 #d014bc

Analogous Colors of #bcd014

#bcd014 #5ed014 #d08614

Monochromatic Colors of #bcd014

#bcd014

Complementary Color

#bcd014 #2814d0

#bcd014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd014 Color CSS Codes

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

#bcd014 Text Font Color

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

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


#bcd014 Background Color

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

This div background color is #bcd014


#bcd014 Border Color

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

This div border color is #bcd014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd014


Comments

No comments written yet.

Please login to write comment.