Color Hex Logo

#bcc25f Color Hex

#BCC25F
(188,194,95)
0 Favorites   0 Comments

Color spaces of #bcc25f

RGB 18819495
HSL0.180.450.57
HSV64°51°76°
CMYK 0.030.000.51   0.24
XYZ42.096450.101218.2782
Yxy50.10120.38100.4535
Hunter Lab70.7822-17.709334.2370
CIE-Lab76.1313-15.988748.5186

#bcc25f color RGB value is (188,194,95).

#bcc25f hex color red value is 188, green value is 194 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bcc25f hue: 0.18 , saturation: 0.45 and the lightness value of bcc25f is 0.57.

The process color (four color CMYK) of #bcc25f color hex is 0.03, 0.00, 0.51, 0.24. Web safe color of #bcc25f is #cccc66. Color #bcc25f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01011111
Octal 274 302 137
Decimal 188 194 95
Hex BC C2 5F

RGB Percentages of Color #bcc25f

%39.41
%40.67
%19.92

CMYK Percentages of Color #bcc25f

%3
%0
%51
%24

Triadic Colors of #bcc25f

#bcc25f #5fbcc2 #c25fbc

Analogous Colors of #bcc25f

#bcc25f #8bc25f #c2975f

Monochromatic Colors of #bcc25f

#bcc25f

Complementary Color

#bcc25f #655fc2

#bcc25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc25f Color CSS Codes

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

#bcc25f Text Font Color

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

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


#bcc25f Background Color

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

This div background color is #bcc25f


#bcc25f Border Color

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

This div border color is #bcc25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc25f


Comments

No comments written yet.

Please login to write comment.