Color Hex Logo

#bcf53d Color Hex

#BCF53D
(188,245,61)
0 Favorites   0 Comments

Color spaces of #bcf53d

RGB 18824561
HSL0.220.900.60
HSV79°75°96°
CMYK 0.230.000.75   0.04
XYZ54.233876.333116.2902
Yxy76.33310.36930.5198
Hunter Lab87.3688-42.092450.1034
CIE-Lab90.0138-42.243376.6082

#bcf53d color RGB value is (188,245,61).

#bcf53d hex color red value is 188, green value is 245 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bcf53d hue: 0.22 , saturation: 0.90 and the lightness value of bcf53d is 0.60.

The process color (four color CMYK) of #bcf53d color hex is 0.23, 0.00, 0.75, 0.04. Web safe color of #bcf53d is #ccff33. Color #bcf53d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 00111101
Octal 274 365 75
Decimal 188 245 61
Hex BC F5 3D

RGB Percentages of Color #bcf53d

%38.06
%49.60
%12.35

CMYK Percentages of Color #bcf53d

%23
%0
%75
%4

Triadic Colors of #bcf53d

#bcf53d #3dbcf5 #f53dbc

Analogous Colors of #bcf53d

#bcf53d #60f53d #f5d23d

Monochromatic Colors of #bcf53d

#bcf53d

Complementary Color

#bcf53d #763df5

#bcf53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf53d Color CSS Codes

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

#bcf53d Text Font Color

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

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


#bcf53d Background Color

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

This div background color is #bcf53d


#bcf53d Border Color

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

This div border color is #bcf53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf53d


Comments

No comments written yet.

Please login to write comment.