Color Hex Logo

#bccd4a Color Hex

#BCCD4A
(188,205,74)
0 Favorites   0 Comments

Color spaces of #bccd4a

RGB 18820574
HSL0.190.570.55
HSV68°64°80°
CMYK 0.080.000.64   0.20
XYZ43.806454.848414.7565
Yxy54.84840.38630.4836
Hunter Lab74.0597-24.021540.0282
CIE-Lab78.9539-23.062460.9819

#bccd4a color RGB value is (188,205,74).

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

The process color (four color CMYK) of #bccd4a color hex is 0.08, 0.00, 0.64, 0.20. Web safe color of #bccd4a is #cccc33. Color #bccd4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 01001010
Octal 274 315 112
Decimal 188 205 74
Hex BC CD 4A

RGB Percentages of Color #bccd4a

%40.26
%43.90
%15.85

CMYK Percentages of Color #bccd4a

%8
%0
%64
%20

Triadic Colors of #bccd4a

#bccd4a #4abccd #cd4abc

Analogous Colors of #bccd4a

#bccd4a #7bcd4a #cd9d4a

Monochromatic Colors of #bccd4a

#bccd4a

Complementary Color

#bccd4a #5b4acd

#bccd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccd4a Color CSS Codes

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

#bccd4a Text Font Color

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

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


#bccd4a Background Color

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

This div background color is #bccd4a


#bccd4a Border Color

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

This div border color is #bccd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccd4a


Comments

No comments written yet.

Please login to write comment.