Color Hex Logo

#bccf36 Color Hex

#BCCF36
(188,207,54)
0 Favorites   0 Comments

Color spaces of #bccf36

RGB 18820754
HSL0.190.610.51
HSV67°74°81°
CMYK 0.090.000.74   0.19
XYZ43.717755.583411.9145
Yxy55.58340.39310.4998
Hunter Lab74.5543-25.799842.7129
CIE-Lab79.3761-25.143468.7805

#bccf36 color RGB value is (188,207,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 00110110
Octal 274 317 66
Decimal 188 207 54
Hex BC CF 36

RGB Percentages of Color #bccf36

%41.87
%46.10
%12.03

CMYK Percentages of Color #bccf36

%9
%0
%74
%19

Triadic Colors of #bccf36

#bccf36 #36bccf #cf36bc

Analogous Colors of #bccf36

#bccf36 #70cf36 #cf9636

Monochromatic Colors of #bccf36

#bccf36

Complementary Color

#bccf36 #4936cf

#bccf36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf36 Color CSS Codes

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

#bccf36 Text Font Color

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

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


#bccf36 Background Color

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

This div background color is #bccf36


#bccf36 Border Color

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

This div border color is #bccf36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccf36


Comments

No comments written yet.

Please login to write comment.