Color Hex Logo

#bcf693 Color Hex

#BCF693
(188,246,147)
0 Favorites   0 Comments

Color spaces of #bcf693

RGB 188246147
HSL0.260.850.77
HSV95°40°96°
CMYK 0.240.000.40   0.04
XYZ58.961378.709539.6886
Yxy78.70950.33240.4438
Hunter Lab88.7184-36.627935.5792
CIE-Lab91.1027-35.221041.7928

#bcf693 color RGB value is (188,246,147).

#bcf693 hex color red value is 188, green value is 246 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bcf693 hue: 0.26 , saturation: 0.85 and the lightness value of bcf693 is 0.77.

The process color (four color CMYK) of #bcf693 color hex is 0.24, 0.00, 0.40, 0.04. Web safe color of #bcf693 is #ccff99. Color #bcf693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 10010011
Octal 274 366 223
Decimal 188 246 147
Hex BC F6 93

RGB Percentages of Color #bcf693

%32.36
%42.34
%25.30

CMYK Percentages of Color #bcf693

%24
%0
%40
%4

Triadic Colors of #bcf693

#bcf693 #93bcf6 #f693bc

Analogous Colors of #bcf693

#bcf693 #93f69c #eef693

Monochromatic Colors of #bcf693

#bcf693

Complementary Color

#bcf693 #cd93f6

#bcf693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf693 Color CSS Codes

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

#bcf693 Text Font Color

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

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


#bcf693 Background Color

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

This div background color is #bcf693


#bcf693 Border Color

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

This div border color is #bcf693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf693


Comments

No comments written yet.

Please login to write comment.