Color Hex Logo

#bcca38 Color Hex

#BCCA38
(188,202,56)
0 Favorites   0 Comments

Color spaces of #bcca38

RGB 18820256
HSL0.180.580.51
HSV66°72°79°
CMYK 0.070.000.72   0.21
XYZ42.573453.217911.7696
Yxy53.21790.39580.4948
Hunter Lab72.9506-23.492341.4998
CIE-Lab78.0035-22.624166.8033

#bcca38 color RGB value is (188,202,56).

#bcca38 hex color red value is 188, green value is 202 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bcca38 hue: 0.18 , saturation: 0.58 and the lightness value of bcca38 is 0.51.

The process color (four color CMYK) of #bcca38 color hex is 0.07, 0.00, 0.72, 0.21. Web safe color of #bcca38 is #cccc33. Color #bcca38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 00111000
Octal 274 312 70
Decimal 188 202 56
Hex BC CA 38

RGB Percentages of Color #bcca38

%42.15
%45.29
%12.56

CMYK Percentages of Color #bcca38

%7
%0
%72
%21

Triadic Colors of #bcca38

#bcca38 #38bcca #ca38bc

Analogous Colors of #bcca38

#bcca38 #73ca38 #ca8f38

Monochromatic Colors of #bcca38

#bcca38

Complementary Color

#bcca38 #4638ca

#bcca38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca38 Color CSS Codes

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

#bcca38 Text Font Color

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

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


#bcca38 Background Color

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

This div background color is #bcca38


#bcca38 Border Color

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

This div border color is #bcca38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca38


Comments

No comments written yet.

Please login to write comment.