Color Hex Logo

#bccf55 Color Hex

#BCCF55
(188,207,85)
0 Favorites   0 Comments

Color spaces of #bccf55

RGB 18820785
HSL0.190.560.57
HSV69°59°81°
CMYK 0.090.000.59   0.19
XYZ44.691655.972917.0427
Yxy55.97290.37970.4755
Hunter Lab74.8150-24.297338.8644
CIE-Lab79.5984-23.256457.0404

#bccf55 color RGB value is (188,207,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 01010101
Octal 274 317 125
Decimal 188 207 85
Hex BC CF 55

RGB Percentages of Color #bccf55

%39.17
%43.13
%17.71

CMYK Percentages of Color #bccf55

%9
%0
%59
%19

Triadic Colors of #bccf55

#bccf55 #55bccf #cf55bc

Analogous Colors of #bccf55

#bccf55 #7fcf55 #cfa555

Monochromatic Colors of #bccf55

#bccf55

Complementary Color

#bccf55 #6855cf

#bccf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf55 Color CSS Codes

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

#bccf55 Text Font Color

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

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


#bccf55 Background Color

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

This div background color is #bccf55


#bccf55 Border Color

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

This div border color is #bccf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccf55


Comments

No comments written yet.

Please login to write comment.