Color Hex Logo

#bccc4d Color Hex

#BCCC4D
(188,204,77)
0 Favorites   0 Comments

Color spaces of #bccc4d

RGB 18820477
HSL0.190.550.55
HSV68°62°80°
CMYK 0.080.000.62   0.20
XYZ43.671554.412915.2222
Yxy54.41290.38540.4802
Hunter Lab73.7651-23.410739.4005
CIE-Lab78.7019-22.373259.4779

#bccc4d color RGB value is (188,204,77).

#bccc4d hex color red value is 188, green value is 204 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bccc4d hue: 0.19 , saturation: 0.55 and the lightness value of bccc4d is 0.55.

The process color (four color CMYK) of #bccc4d color hex is 0.08, 0.00, 0.62, 0.20. Web safe color of #bccc4d is #cccc66. Color #bccc4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 01001101
Octal 274 314 115
Decimal 188 204 77
Hex BC CC 4D

RGB Percentages of Color #bccc4d

%40.09
%43.50
%16.42

CMYK Percentages of Color #bccc4d

%8
%0
%62
%20

Triadic Colors of #bccc4d

#bccc4d #4dbccc #cc4dbc

Analogous Colors of #bccc4d

#bccc4d #7dcc4d #cc9d4d

Monochromatic Colors of #bccc4d

#bccc4d

Complementary Color

#bccc4d #5d4dcc

#bccc4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccc4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccc4d Color CSS Codes

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

#bccc4d Text Font Color

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

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


#bccc4d Background Color

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

This div background color is #bccc4d


#bccc4d Border Color

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

This div border color is #bccc4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccc4d


Comments

No comments written yet.

Please login to write comment.