Color Hex Logo

#bcdf59 Color Hex

#BCDF59
(188,223,89)
0 Favorites   0 Comments

Color spaces of #bcdf59

RGB 18822389
HSL0.210.680.61
HSV76°60°87°
CMYK 0.160.000.60   0.13
XYZ48.929964.188019.2618
Yxy64.18800.36960.4849
Hunter Lab80.1174-31.190641.8277
CIE-Lab84.0636-30.581460.2503

#bcdf59 color RGB value is (188,223,89).

#bcdf59 hex color red value is 188, green value is 223 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bcdf59 hue: 0.21 , saturation: 0.68 and the lightness value of bcdf59 is 0.61.

The process color (four color CMYK) of #bcdf59 color hex is 0.16, 0.00, 0.60, 0.13. Web safe color of #bcdf59 is #cccc66. Color #bcdf59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 01011001
Octal 274 337 131
Decimal 188 223 89
Hex BC DF 59

RGB Percentages of Color #bcdf59

%37.60
%44.60
%17.80

CMYK Percentages of Color #bcdf59

%16
%0
%60
%13

Triadic Colors of #bcdf59

#bcdf59 #59bcdf #df59bc

Analogous Colors of #bcdf59

#bcdf59 #79df59 #dfbf59

Monochromatic Colors of #bcdf59

#bcdf59

Complementary Color

#bcdf59 #7c59df

#bcdf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdf59 Color CSS Codes

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

#bcdf59 Text Font Color

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

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


#bcdf59 Background Color

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

This div background color is #bcdf59


#bcdf59 Border Color

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

This div border color is #bcdf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdf59


Comments

No comments written yet.

Please login to write comment.