Color Hex Logo

#bcd03b Color Hex

#BCD03B
(188,208,59)
0 Favorites   0 Comments

Color spaces of #bcd03b

RGB 18820859
HSL0.190.610.52
HSV68°72°82°
CMYK 0.100.000.72   0.18
XYZ44.084356.118912.6462
Yxy56.11890.39060.4973
Hunter Lab74.9125-26.053842.4299
CIE-Lab79.6814-25.383667.3874

#bcd03b color RGB value is (188,208,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 00111011
Octal 274 320 73
Decimal 188 208 59
Hex BC D0 3B

RGB Percentages of Color #bcd03b

%41.32
%45.71
%12.97

CMYK Percentages of Color #bcd03b

%10
%0
%72
%18

Triadic Colors of #bcd03b

#bcd03b #3bbcd0 #d03bbc

Analogous Colors of #bcd03b

#bcd03b #72d03b #d09a3b

Monochromatic Colors of #bcd03b

#bcd03b

Complementary Color

#bcd03b #4f3bd0

#bcd03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd03b Color CSS Codes

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

#bcd03b Text Font Color

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

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


#bcd03b Background Color

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

This div background color is #bcd03b


#bcd03b Border Color

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

This div border color is #bcd03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd03b


Comments

No comments written yet.

Please login to write comment.