Color Hex Logo

#bcf24d Color Hex

#BCF24D
(188,242,77)
0 Favorites   0 Comments

Color spaces of #bcf24d

RGB 18824277
HSL0.220.860.63
HSV80°68°95°
CMYK 0.220.000.68   0.05
XYZ53.830774.731418.6086
Yxy74.73140.36580.5078
Hunter Lab86.4473-40.131047.7504
CIE-Lab89.2670-40.054670.5056

#bcf24d color RGB value is (188,242,77).

#bcf24d hex color red value is 188, green value is 242 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bcf24d hue: 0.22 , saturation: 0.86 and the lightness value of bcf24d is 0.63.

The process color (four color CMYK) of #bcf24d color hex is 0.22, 0.00, 0.68, 0.05. Web safe color of #bcf24d is #ccff66. Color #bcf24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 01001101
Octal 274 362 115
Decimal 188 242 77
Hex BC F2 4D

RGB Percentages of Color #bcf24d

%37.08
%47.73
%15.19

CMYK Percentages of Color #bcf24d

%22
%0
%68
%5

Triadic Colors of #bcf24d

#bcf24d #4dbcf2 #f24dbc

Analogous Colors of #bcf24d

#bcf24d #6af24d #f2d64d

Monochromatic Colors of #bcf24d

#bcf24d

Complementary Color

#bcf24d #834df2

#bcf24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf24d Color CSS Codes

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

#bcf24d Text Font Color

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

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


#bcf24d Background Color

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

This div background color is #bcf24d


#bcf24d Border Color

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

This div border color is #bcf24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf24d


Comments

No comments written yet.

Please login to write comment.