Color Hex Logo

#bcf072 Color Hex

#BCF072
(188,240,114)
0 Favorites   0 Comments

Color spaces of #bcf072

RGB 188240114
HSL0.240.810.69
HSV85°53°94°
CMYK 0.220.000.53   0.06
XYZ54.936474.226427.3513
Yxy74.22640.35100.4742
Hunter Lab86.1547-36.950641.4857
CIE-Lab89.0294-36.217154.8919

#bcf072 color RGB value is (188,240,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 01110010
Octal 274 360 162
Decimal 188 240 114
Hex BC F0 72

RGB Percentages of Color #bcf072

%34.69
%44.28
%21.03

CMYK Percentages of Color #bcf072

%22
%0
%53
%6

Triadic Colors of #bcf072

#bcf072 #72bcf0 #f072bc

Analogous Colors of #bcf072

#bcf072 #7df072 #f0e572

Monochromatic Colors of #bcf072

#bcf072

Complementary Color

#bcf072 #a672f0

#bcf072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf072 Color CSS Codes

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

#bcf072 Text Font Color

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

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


#bcf072 Background Color

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

This div background color is #bcf072


#bcf072 Border Color

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

This div border color is #bcf072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf072


Comments

No comments written yet.

Please login to write comment.