Color Hex Logo

#bcf066 Color Hex

#BCF066
(188,240,102)
0 Favorites   0 Comments

Color spaces of #bcf066

RGB 188240102
HSL0.230.820.67
HSV83°58°94°
CMYK 0.220.000.58   0.06
XYZ54.297473.970923.9864
Yxy73.97090.35660.4858
Hunter Lab86.0063-37.820743.6690
CIE-Lab88.9087-37.318260.0869

#bcf066 color RGB value is (188,240,102).

#bcf066 hex color red value is 188, green value is 240 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bcf066 hue: 0.23 , saturation: 0.82 and the lightness value of bcf066 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 01100110
Octal 274 360 146
Decimal 188 240 102
Hex BC F0 66

RGB Percentages of Color #bcf066

%35.47
%45.28
%19.25

CMYK Percentages of Color #bcf066

%22
%0
%58
%6

Triadic Colors of #bcf066

#bcf066 #66bcf0 #f066bc

Analogous Colors of #bcf066

#bcf066 #77f066 #f0df66

Monochromatic Colors of #bcf066

#bcf066

Complementary Color

#bcf066 #9a66f0

#bcf066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf066 Color CSS Codes

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

#bcf066 Text Font Color

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

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


#bcf066 Background Color

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

This div background color is #bcf066


#bcf066 Border Color

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

This div border color is #bcf066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf066


Comments

No comments written yet.

Please login to write comment.