Color Hex Logo

#bcf968 Color Hex

#BCF968
(188,249,104)
0 Favorites   0 Comments

Color spaces of #bcf968

RGB 188249104
HSL0.240.920.69
HSV85°58°98°
CMYK 0.240.000.58   0.02
XYZ57.113479.442225.4204
Yxy79.44220.35260.4905
Hunter Lab89.1304-41.598045.4815
CIE-Lab91.4340-41.151362.0802

#bcf968 color RGB value is (188,249,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 01101000
Octal 274 371 150
Decimal 188 249 104
Hex BC F9 68

RGB Percentages of Color #bcf968

%34.75
%46.03
%19.22

CMYK Percentages of Color #bcf968

%24
%0
%58
%2

Triadic Colors of #bcf968

#bcf968 #68bcf9 #f968bc

Analogous Colors of #bcf968

#bcf968 #74f968 #f9ee68

Monochromatic Colors of #bcf968

#bcf968

Complementary Color

#bcf968 #a568f9

#bcf968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf968 Color CSS Codes

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

#bcf968 Text Font Color

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

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


#bcf968 Background Color

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

This div background color is #bcf968


#bcf968 Border Color

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

This div border color is #bcf968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf968


Comments

No comments written yet.

Please login to write comment.