Color Hex Logo

#bcf672 Color Hex

#BCF672
(188,246,114)
0 Favorites   0 Comments

Color spaces of #bcf672

RGB 188246114
HSL0.240.880.71
HSV86°54°96°
CMYK 0.240.000.54   0.04
XYZ56.732177.817827.9498
Yxy77.81780.34910.4789
Hunter Lab88.2144-39.579042.9647
CIE-Lab90.6967-38.914456.8528

#bcf672 color RGB value is (188,246,114).

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

The process color (four color CMYK) of #bcf672 color hex is 0.24, 0.00, 0.54, 0.04. Web safe color of #bcf672 is #ccff66. Color #bcf672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 01110010
Octal 274 366 162
Decimal 188 246 114
Hex BC F6 72

RGB Percentages of Color #bcf672

%34.31
%44.89
%20.80

CMYK Percentages of Color #bcf672

%24
%0
%54
%4

Triadic Colors of #bcf672

#bcf672 #72bcf6 #f672bc

Analogous Colors of #bcf672

#bcf672 #7af672 #f6ee72

Monochromatic Colors of #bcf672

#bcf672

Complementary Color

#bcf672 #ac72f6

#bcf672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf672 Color CSS Codes

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

#bcf672 Text Font Color

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

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


#bcf672 Background Color

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

This div background color is #bcf672


#bcf672 Border Color

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

This div border color is #bcf672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf672


Comments

No comments written yet.

Please login to write comment.