Color Hex Logo

#bcf272 Color Hex

#BCF272
(188,242,114)
0 Favorites   0 Comments

Color spaces of #bcf272

RGB 188242114
HSL0.240.830.70
HSV85°53°95°
CMYK 0.220.000.53   0.05
XYZ55.528475.410527.5486
Yxy75.41050.35040.4758
Hunter Lab86.8392-37.828741.9785
CIE-Lab89.5849-37.121055.5471

#bcf272 color RGB value is (188,242,114).

#bcf272 hex color red value is 188, green value is 242 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bcf272 hue: 0.24 , saturation: 0.83 and the lightness value of bcf272 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 01110010
Octal 274 362 162
Decimal 188 242 114
Hex BC F2 72

RGB Percentages of Color #bcf272

%34.56
%44.49
%20.96

CMYK Percentages of Color #bcf272

%22
%0
%53
%5

Triadic Colors of #bcf272

#bcf272 #72bcf2 #f272bc

Analogous Colors of #bcf272

#bcf272 #7cf272 #f2e872

Monochromatic Colors of #bcf272

#bcf272

Complementary Color

#bcf272 #a872f2

#bcf272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf272 Color CSS Codes

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

#bcf272 Text Font Color

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

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


#bcf272 Background Color

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

This div background color is #bcf272


#bcf272 Border Color

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

This div border color is #bcf272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf272


Comments

No comments written yet.

Please login to write comment.