Color Hex Logo

#bcdb35 Color Hex

#BCDB35
(188,219,53)
0 Favorites   0 Comments

Color spaces of #bcdb35

RGB 18821953
HSL0.200.700.53
HSV71°76°86°
CMYK 0.140.000.76   0.14
XYZ46.713261.611412.7983
Yxy61.61140.38570.5087
Hunter Lab78.4929-31.132645.2778
CIE-Lab82.7063-30.876572.2131

#bcdb35 color RGB value is (188,219,53).

#bcdb35 hex color red value is 188, green value is 219 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bcdb35 hue: 0.20 , saturation: 0.70 and the lightness value of bcdb35 is 0.53.

The process color (four color CMYK) of #bcdb35 color hex is 0.14, 0.00, 0.76, 0.14. Web safe color of #bcdb35 is #cccc33. Color #bcdb35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 00110101
Octal 274 333 65
Decimal 188 219 53
Hex BC DB 35

RGB Percentages of Color #bcdb35

%40.87
%47.61
%11.52

CMYK Percentages of Color #bcdb35

%14
%0
%76
%14

Triadic Colors of #bcdb35

#bcdb35 #35bcdb #db35bc

Analogous Colors of #bcdb35

#bcdb35 #69db35 #dba735

Monochromatic Colors of #bcdb35

#bcdb35

Complementary Color

#bcdb35 #5435db

#bcdb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb35 Color CSS Codes

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

#bcdb35 Text Font Color

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

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


#bcdb35 Background Color

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

This div background color is #bcdb35


#bcdb35 Border Color

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

This div border color is #bcdb35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb35


Comments

No comments written yet.

Please login to write comment.