Color Hex Logo

#bcc933 Color Hex

#BCC933
(188,201,51)
0 Favorites   0 Comments

Color spaces of #bcc933

RGB 18820151
HSL0.180.600.49
HSV65°75°79°
CMYK 0.060.000.75   0.21
XYZ42.223252.703711.0794
Yxy52.70370.39830.4972
Hunter Lab72.5973-23.228241.7696
CIE-Lab77.6997-22.366768.1795

#bcc933 color RGB value is (188,201,51).

#bcc933 hex color red value is 188, green value is 201 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bcc933 hue: 0.18 , saturation: 0.60 and the lightness value of bcc933 is 0.49.

The process color (four color CMYK) of #bcc933 color hex is 0.06, 0.00, 0.75, 0.21. Web safe color of #bcc933 is #cccc33. Color #bcc933 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 00110011
Octal 274 311 63
Decimal 188 201 51
Hex BC C9 33

RGB Percentages of Color #bcc933

%42.73
%45.68
%11.59

CMYK Percentages of Color #bcc933

%6
%0
%75
%21

Triadic Colors of #bcc933

#bcc933 #33bcc9 #c933bc

Analogous Colors of #bcc933

#bcc933 #71c933 #c98b33

Monochromatic Colors of #bcc933

#bcc933

Complementary Color

#bcc933 #4033c9

#bcc933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc933 Color CSS Codes

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

#bcc933 Text Font Color

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

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


#bcc933 Background Color

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

This div background color is #bcc933


#bcc933 Border Color

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

This div border color is #bcc933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc933


Comments

No comments written yet.

Please login to write comment.