Color Hex Logo

#bcf952 Color Hex

#BCF952
(188,249,82)
0 Favorites   0 Comments

Color spaces of #bcf952

RGB 18824982
HSL0.230.930.65
HSV82°67°98°
CMYK 0.240.000.67   0.02
XYZ56.137779.051920.2824
Yxy79.05190.36110.5085
Hunter Lab88.9111-42.891248.7126
CIE-Lab91.2578-42.808270.7052

#bcf952 color RGB value is (188,249,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 01010010
Octal 274 371 122
Decimal 188 249 82
Hex BC F9 52

RGB Percentages of Color #bcf952

%36.22
%47.98
%15.80

CMYK Percentages of Color #bcf952

%24
%0
%67
%2

Triadic Colors of #bcf952

#bcf952 #52bcf9 #f952bc

Analogous Colors of #bcf952

#bcf952 #69f952 #f9e352

Monochromatic Colors of #bcf952

#bcf952

Complementary Color

#bcf952 #8f52f9

#bcf952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf952 Color CSS Codes

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

#bcf952 Text Font Color

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

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


#bcf952 Background Color

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

This div background color is #bcf952


#bcf952 Border Color

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

This div border color is #bcf952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf952


Comments

No comments written yet.

Please login to write comment.