Color Hex Logo

#bcf852 Color Hex

#BCF852
(188,248,82)
0 Favorites   0 Comments

Color spaces of #bcf852

RGB 18824882
HSL0.230.920.65
HSV82°67°97°
CMYK 0.240.000.67   0.03
XYZ55.829478.435420.1797
Yxy78.43540.36150.5079
Hunter Lab88.5638-42.462648.4851
CIE-Lab90.9782-42.372670.4163

#bcf852 color RGB value is (188,248,82).

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

The process color (four color CMYK) of #bcf852 color hex is 0.24, 0.00, 0.67, 0.03. Web safe color of #bcf852 is #ccff66. Color #bcf852 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 01010010
Octal 274 370 122
Decimal 188 248 82
Hex BC F8 52

RGB Percentages of Color #bcf852

%36.29
%47.88
%15.83

CMYK Percentages of Color #bcf852

%24
%0
%67
%3

Triadic Colors of #bcf852

#bcf852 #52bcf8 #f852bc

Analogous Colors of #bcf852

#bcf852 #69f852 #f8e152

Monochromatic Colors of #bcf852

#bcf852

Complementary Color

#bcf852 #8e52f8

#bcf852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf852 Color CSS Codes

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

#bcf852 Text Font Color

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

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


#bcf852 Background Color

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

This div background color is #bcf852


#bcf852 Border Color

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

This div border color is #bcf852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf852


Comments

No comments written yet.

Please login to write comment.