Color Hex Logo

#bcf52d Color Hex

#BCF52D
(188,245,45)
0 Favorites   0 Comments

Color spaces of #bcf52d

RGB 18824545
HSL0.210.910.57
HSV77°82°96°
CMYK 0.230.000.82   0.04
XYZ53.865176.185614.3489
Yxy76.18560.37300.5276
Hunter Lab87.2844-42.591451.3522
CIE-Lab89.9454-42.890780.8876

#bcf52d color RGB value is (188,245,45).

#bcf52d hex color red value is 188, green value is 245 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bcf52d hue: 0.21 , saturation: 0.91 and the lightness value of bcf52d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 00101101
Octal 274 365 55
Decimal 188 245 45
Hex BC F5 2D

RGB Percentages of Color #bcf52d

%39.33
%51.26
%9.41

CMYK Percentages of Color #bcf52d

%23
%0
%82
%4

Triadic Colors of #bcf52d

#bcf52d #2dbcf5 #f52dbc

Analogous Colors of #bcf52d

#bcf52d #58f52d #f5ca2d

Monochromatic Colors of #bcf52d

#bcf52d

Complementary Color

#bcf52d #662df5

#bcf52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf52d Color CSS Codes

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

#bcf52d Text Font Color

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

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


#bcf52d Background Color

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

This div background color is #bcf52d


#bcf52d Border Color

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

This div border color is #bcf52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf52d


Comments

No comments written yet.

Please login to write comment.