Color Hex Logo

#bcf190 Color Hex

#BCF190
(188,241,144)
0 Favorites   0 Comments

Color spaces of #bcf190

RGB 188241144
HSL0.260.780.75
HSV93°40°95°
CMYK 0.220.000.40   0.05
XYZ57.228475.615637.9646
Yxy75.61560.33500.4427
Hunter Lab86.9572-34.700534.9847
CIE-Lab89.6806-33.310441.4402

#bcf190 color RGB value is (188,241,144).

#bcf190 hex color red value is 188, green value is 241 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bcf190 hue: 0.26 , saturation: 0.78 and the lightness value of bcf190 is 0.75.

The process color (four color CMYK) of #bcf190 color hex is 0.22, 0.00, 0.40, 0.05. Web safe color of #bcf190 is #ccff99. Color #bcf190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 10010000
Octal 274 361 220
Decimal 188 241 144
Hex BC F1 90

RGB Percentages of Color #bcf190

%32.81
%42.06
%25.13

CMYK Percentages of Color #bcf190

%22
%0
%40
%5

Triadic Colors of #bcf190

#bcf190 #90bcf1 #f190bc

Analogous Colors of #bcf190

#bcf190 #90f195 #edf190

Monochromatic Colors of #bcf190

#bcf190

Complementary Color

#bcf190 #c590f1

#bcf190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf190 Color CSS Codes

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

#bcf190 Text Font Color

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

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


#bcf190 Background Color

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

This div background color is #bcf190


#bcf190 Border Color

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

This div border color is #bcf190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf190


Comments

No comments written yet.

Please login to write comment.