Color Hex Logo

#bcd007 Color Hex

#BCD007
(188,208,7)
0 Favorites   0 Comments

Color spaces of #bcd007

RGB 1882087
HSL0.180.930.42
HSV66°97°82°
CMYK 0.100.000.97   0.18
XYZ43.333355.81858.6911
Yxy55.81850.40180.5176
Hunter Lab74.7118-27.214545.4011
CIE-Lab79.5104-26.856878.5602

#bcd007 color RGB value is (188,208,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 00000111
Octal 274 320 7
Decimal 188 208 7
Hex BC D0 7

RGB Percentages of Color #bcd007

%46.65
%51.61
%1.74

CMYK Percentages of Color #bcd007

%10
%0
%97
%18

Triadic Colors of #bcd007

#bcd007 #07bcd0 #d007bc

Analogous Colors of #bcd007

#bcd007 #58d007 #d08007

Monochromatic Colors of #bcd007

#bcd007

Complementary Color

#bcd007 #1b07d0

#bcd007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd007 Color CSS Codes

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

#bcd007 Text Font Color

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

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


#bcd007 Background Color

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

This div background color is #bcd007


#bcd007 Border Color

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

This div border color is #bcd007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd007


Comments

No comments written yet.

Please login to write comment.