Color Hex Logo

#bccf50 Color Hex

#BCCF50
(188,207,80)
0 Favorites   0 Comments

Color spaces of #bccf50

RGB 18820780
HSL0.190.570.56
HSV69°61°81°
CMYK 0.090.000.61   0.19
XYZ44.499855.896216.0331
Yxy55.89620.38220.4801
Hunter Lab74.7638-24.592439.6199
CIE-Lab79.5547-23.625159.1369

#bccf50 color RGB value is (188,207,80).

#bccf50 hex color red value is 188, green value is 207 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bccf50 hue: 0.19 , saturation: 0.57 and the lightness value of bccf50 is 0.56.

The process color (four color CMYK) of #bccf50 color hex is 0.09, 0.00, 0.61, 0.19. Web safe color of #bccf50 is #cccc66. Color #bccf50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 01010000
Octal 274 317 120
Decimal 188 207 80
Hex BC CF 50

RGB Percentages of Color #bccf50

%39.58
%43.58
%16.84

CMYK Percentages of Color #bccf50

%9
%0
%61
%19

Triadic Colors of #bccf50

#bccf50 #50bccf #cf50bc

Analogous Colors of #bccf50

#bccf50 #7dcf50 #cfa350

Monochromatic Colors of #bccf50

#bccf50

Complementary Color

#bccf50 #6350cf

#bccf50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf50 Color CSS Codes

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

#bccf50 Text Font Color

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

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


#bccf50 Background Color

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

This div background color is #bccf50


#bccf50 Border Color

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

This div border color is #bccf50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccf50


Comments

No comments written yet.

Please login to write comment.