Color Hex Logo

#bcf069 Color Hex

#BCF069
(188,240,105)
0 Favorites   0 Comments

Color spaces of #bcf069

RGB 188240105
HSL0.230.820.68
HSV83°56°94°
CMYK 0.220.000.56   0.06
XYZ54.448974.031524.7843
Yxy74.03150.35530.4830
Hunter Lab86.0416-37.614243.1506
CIE-Lab88.9374-37.056158.8115

#bcf069 color RGB value is (188,240,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 01101001
Octal 274 360 151
Decimal 188 240 105
Hex BC F0 69

RGB Percentages of Color #bcf069

%35.27
%45.03
%19.70

CMYK Percentages of Color #bcf069

%22
%0
%56
%6

Triadic Colors of #bcf069

#bcf069 #69bcf0 #f069bc

Analogous Colors of #bcf069

#bcf069 #79f069 #f0e169

Monochromatic Colors of #bcf069

#bcf069

Complementary Color

#bcf069 #9d69f0

#bcf069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf069 Color CSS Codes

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

#bcf069 Text Font Color

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

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


#bcf069 Background Color

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

This div background color is #bcf069


#bcf069 Border Color

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

This div border color is #bcf069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf069


Comments

No comments written yet.

Please login to write comment.