Color Hex Logo

#bcf480 Color Hex

#BCF480
(188,244,128)
0 Favorites   0 Comments

Color spaces of #bcf480

RGB 188244128
HSL0.250.840.73
HSV89°48°96°
CMYK 0.230.000.48   0.04
XYZ56.986076.951232.2717
Yxy76.95120.34290.4630
Hunter Lab87.7218-37.555739.5933
CIE-Lab90.2991-36.573749.9272

#bcf480 color RGB value is (188,244,128).

#bcf480 hex color red value is 188, green value is 244 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bcf480 hue: 0.25 , saturation: 0.84 and the lightness value of bcf480 is 0.73.

The process color (four color CMYK) of #bcf480 color hex is 0.23, 0.00, 0.48, 0.04. Web safe color of #bcf480 is #ccff99. Color #bcf480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 10000000
Octal 274 364 200
Decimal 188 244 128
Hex BC F4 80

RGB Percentages of Color #bcf480

%33.57
%43.57
%22.86

CMYK Percentages of Color #bcf480

%23
%0
%48
%4

Triadic Colors of #bcf480

#bcf480 #80bcf4 #f480bc

Analogous Colors of #bcf480

#bcf480 #82f480 #f4f280

Monochromatic Colors of #bcf480

#bcf480

Complementary Color

#bcf480 #b880f4

#bcf480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf480 Color CSS Codes

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

#bcf480 Text Font Color

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

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


#bcf480 Background Color

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

This div background color is #bcf480


#bcf480 Border Color

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

This div border color is #bcf480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf480


Comments

No comments written yet.

Please login to write comment.