Color Hex Logo

#bcd633 Color Hex

#BCD633
(188,214,51)
0 Favorites   0 Comments

Color spaces of #bcd633

RGB 18821451
HSL0.190.670.52
HSV70°76°84°
CMYK 0.120.000.76   0.16
XYZ45.383159.023512.1327
Yxy59.02350.38940.5065
Hunter Lab76.8268-29.003344.4155
CIE-Lab81.3045-28.615471.5249

#bcd633 color RGB value is (188,214,51).

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

The process color (four color CMYK) of #bcd633 color hex is 0.12, 0.00, 0.76, 0.16. Web safe color of #bcd633 is #cccc33. Color #bcd633 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 00110011
Octal 274 326 63
Decimal 188 214 51
Hex BC D6 33

RGB Percentages of Color #bcd633

%41.50
%47.24
%11.26

CMYK Percentages of Color #bcd633

%12
%0
%76
%16

Triadic Colors of #bcd633

#bcd633 #33bcd6 #d633bc

Analogous Colors of #bcd633

#bcd633 #6bd633 #d69f33

Monochromatic Colors of #bcd633

#bcd633

Complementary Color

#bcd633 #4d33d6

#bcd633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd633 Color CSS Codes

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

#bcd633 Text Font Color

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

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


#bcd633 Background Color

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

This div background color is #bcd633


#bcd633 Border Color

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

This div border color is #bcd633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd633


Comments

No comments written yet.

Please login to write comment.