Color Hex Logo

#bccf29 Color Hex

#BCCF29
(188,207,41)
0 Favorites   0 Comments

Color spaces of #bccf29

RGB 18820741
HSL0.190.670.49
HSV67°80°81°
CMYK 0.090.000.80   0.19
XYZ43.452155.477110.5158
Yxy55.47710.39700.5069
Hunter Lab74.4830-26.211343.7673
CIE-Lab79.3153-25.664472.5759

#bccf29 color RGB value is (188,207,41).

#bccf29 hex color red value is 188, green value is 207 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bccf29 hue: 0.19 , saturation: 0.67 and the lightness value of bccf29 is 0.49.

The process color (four color CMYK) of #bccf29 color hex is 0.09, 0.00, 0.80, 0.19. Web safe color of #bccf29 is #cccc33. Color #bccf29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 00101001
Octal 274 317 51
Decimal 188 207 41
Hex BC CF 29

RGB Percentages of Color #bccf29

%43.12
%47.48
%9.40

CMYK Percentages of Color #bccf29

%9
%0
%80
%19

Triadic Colors of #bccf29

#bccf29 #29bccf #cf29bc

Analogous Colors of #bccf29

#bccf29 #69cf29 #cf8f29

Monochromatic Colors of #bccf29

#bccf29

Complementary Color

#bccf29 #3c29cf

#bccf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf29 Color CSS Codes

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

#bccf29 Text Font Color

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

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


#bccf29 Background Color

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

This div background color is #bccf29


#bccf29 Border Color

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

This div border color is #bccf29


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,207,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 #bccf29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccf29


Comments

No comments written yet.

Please login to write comment.