Color Hex Logo

#bcc429 Color Hex

#BCC429
(188,196,41)
0 Favorites   0 Comments

Color spaces of #bcc429

RGB 18819641
HSL0.180.650.46
HSV63°79°77°
CMYK 0.040.000.79   0.23
XYZ40.879250.33139.6582
Yxy50.33130.40530.4990
Hunter Lab70.9446-21.298941.5896
CIE-Lab76.2722-20.305169.8946

#bcc429 color RGB value is (188,196,41).

#bcc429 hex color red value is 188, green value is 196 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bcc429 hue: 0.18 , saturation: 0.65 and the lightness value of bcc429 is 0.46.

The process color (four color CMYK) of #bcc429 color hex is 0.04, 0.00, 0.79, 0.23. Web safe color of #bcc429 is #cccc33. Color #bcc429 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 00101001
Octal 274 304 51
Decimal 188 196 41
Hex BC C4 29

RGB Percentages of Color #bcc429

%44.24
%46.12
%9.65

CMYK Percentages of Color #bcc429

%4
%0
%79
%23

Triadic Colors of #bcc429

#bcc429 #29bcc4 #c429bc

Analogous Colors of #bcc429

#bcc429 #6fc429 #c47f29

Monochromatic Colors of #bcc429

#bcc429

Complementary Color

#bcc429 #3129c4

#bcc429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc429 Color CSS Codes

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

#bcc429 Text Font Color

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

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


#bcc429 Background Color

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

This div background color is #bcc429


#bcc429 Border Color

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

This div border color is #bcc429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc429


Comments

No comments written yet.

Please login to write comment.