Color Hex Logo

#bcf559 Color Hex

#BCF559
(188,245,89)
0 Favorites   0 Comments

Color spaces of #bcf559

RGB 18824589
HSL0.230.890.65
HSV82°64°96°
CMYK 0.230.000.64   0.04
XYZ55.194676.717521.3501
Yxy76.71750.36010.5006
Hunter Lab87.5885-40.796746.8598
CIE-Lab90.1914-40.574466.8966

#bcf559 color RGB value is (188,245,89).

#bcf559 hex color red value is 188, green value is 245 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bcf559 hue: 0.23 , saturation: 0.89 and the lightness value of bcf559 is 0.65.

The process color (four color CMYK) of #bcf559 color hex is 0.23, 0.00, 0.64, 0.04. Web safe color of #bcf559 is #ccff66. Color #bcf559 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 01011001
Octal 274 365 131
Decimal 188 245 89
Hex BC F5 59

RGB Percentages of Color #bcf559

%36.02
%46.93
%17.05

CMYK Percentages of Color #bcf559

%23
%0
%64
%4

Triadic Colors of #bcf559

#bcf559 #59bcf5 #f559bc

Analogous Colors of #bcf559

#bcf559 #6ef559 #f5e059

Monochromatic Colors of #bcf559

#bcf559

Complementary Color

#bcf559 #9259f5

#bcf559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf559 Color CSS Codes

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

#bcf559 Text Font Color

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

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


#bcf559 Background Color

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

This div background color is #bcf559


#bcf559 Border Color

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

This div border color is #bcf559


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,245,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 #bcf559">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf559


Comments

No comments written yet.

Please login to write comment.