Color Hex Logo

#bccf32 Color Hex

#BCCF32
(188,207,50)
0 Favorites   0 Comments

Color spaces of #bccf32

RGB 18820750
HSL0.190.620.50
HSV67°76°81°
CMYK 0.090.000.76   0.19
XYZ43.627655.547311.4399
Yxy55.54730.39440.5022
Hunter Lab74.5301-25.939243.0704
CIE-Lab79.3555-25.319770.0324

#bccf32 color RGB value is (188,207,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 00110010
Octal 274 317 62
Decimal 188 207 50
Hex BC CF 32

RGB Percentages of Color #bccf32

%42.25
%46.52
%11.24

CMYK Percentages of Color #bccf32

%9
%0
%76
%19

Triadic Colors of #bccf32

#bccf32 #32bccf #cf32bc

Analogous Colors of #bccf32

#bccf32 #6ecf32 #cf9432

Monochromatic Colors of #bccf32

#bccf32

Complementary Color

#bccf32 #4532cf

#bccf32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf32 Color CSS Codes

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

#bccf32 Text Font Color

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

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


#bccf32 Background Color

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

This div background color is #bccf32


#bccf32 Border Color

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

This div border color is #bccf32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccf32


Comments

No comments written yet.

Please login to write comment.