Color Hex Logo

#bcd02d Color Hex

#BCD02D
(188,208,45)
0 Favorites   0 Comments

Color spaces of #bcd02d

RGB 18820845
HSL0.190.640.50
HSV67°78°82°
CMYK 0.100.000.78   0.18
XYZ43.768655.992610.9834
Yxy55.99260.39520.5056
Hunter Lab74.8282-26.540943.6771
CIE-Lab79.6096-26.000071.7429

#bcd02d color RGB value is (188,208,45).

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

The process color (four color CMYK) of #bcd02d color hex is 0.10, 0.00, 0.78, 0.18. Web safe color of #bcd02d is #cccc33. Color #bcd02d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 00101101
Octal 274 320 55
Decimal 188 208 45
Hex BC D0 2D

RGB Percentages of Color #bcd02d

%42.63
%47.17
%10.20

CMYK Percentages of Color #bcd02d

%10
%0
%78
%18

Triadic Colors of #bcd02d

#bcd02d #2dbcd0 #d02dbc

Analogous Colors of #bcd02d

#bcd02d #6bd02d #d0932d

Monochromatic Colors of #bcd02d

#bcd02d

Complementary Color

#bcd02d #412dd0

#bcd02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd02d Color CSS Codes

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

#bcd02d Text Font Color

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

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


#bcd02d Background Color

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

This div background color is #bcd02d


#bcd02d Border Color

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

This div border color is #bcd02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd02d


Comments

No comments written yet.

Please login to write comment.